Page MenuHomeFreeBSD

Adjust inp_route to inp_route6 in netinet6 code
ClosedPublic

Authored by bz on Sep 3 2018, 2:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 6 2024, 10:41 AM
Unknown Object (File)
Oct 6 2024, 2:05 AM
Unknown Object (File)
Oct 5 2024, 8:01 AM
Unknown Object (File)
Oct 3 2024, 4:30 AM
Unknown Object (File)
Oct 2 2024, 6:22 PM
Unknown Object (File)
Oct 1 2024, 7:02 AM
Unknown Object (File)
Sep 27 2024, 3:23 PM
Unknown Object (File)
Sep 26 2024, 9:14 PM
Subscribers

Details

Summary
As discussed in D6262 post-commit review change inp_route to
inp_route6 for IPv6 code after r301217.
This was most likely a c&p error from the legacy IP code, which
did not matter as it is a union and both structures have the same
layout at the beginning.

Discussed with: karels

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable