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)
Dec 15 2023, 12:15 AM
Unknown Object (File)
Dec 11 2023, 2:12 AM
Unknown Object (File)
Nov 9 2023, 12:26 PM
Unknown Object (File)
Nov 7 2023, 6:59 PM
Unknown Object (File)
Nov 5 2023, 12:21 AM
Unknown Object (File)
Nov 2 2023, 11:23 PM
Unknown Object (File)
Oct 11 2023, 6:52 PM
Unknown Object (File)
Oct 10 2023, 8:26 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