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
F162072635: D17005.diff
Thu, Jul 9, 11:32 AM
F162072589: D17005.diff
Thu, Jul 9, 11:31 AM
Unknown Object (File)
Tue, Jul 7, 1:26 PM
Unknown Object (File)
Sat, Jul 4, 3:50 PM
Unknown Object (File)
Fri, Jul 3, 3:08 AM
Unknown Object (File)
Mon, Jun 22, 10:18 PM
Unknown Object (File)
Wed, Jun 10, 3:28 PM
Unknown Object (File)
Jun 9 2026, 7:46 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