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
F164322830: D17005.id47627.diff
Thu, Jul 30, 7:08 PM
Unknown Object (File)
Tue, Jul 28, 8:05 PM
Unknown Object (File)
Sun, Jul 26, 2:56 PM
Unknown Object (File)
Sat, Jul 25, 3:56 PM
Unknown Object (File)
Sat, Jul 18, 5:10 AM
Unknown Object (File)
Sat, Jul 11, 8:39 PM
Unknown Object (File)
Sat, Jul 11, 6:42 PM
Unknown Object (File)
Thu, Jul 9, 11:32 AM
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