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)
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)
Tue, Jun 9, 7:46 AM
Unknown Object (File)
May 13 2026, 11:45 PM
Unknown Object (File)
May 13 2026, 11:43 PM
Unknown Object (File)
May 5 2026, 11:58 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