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
F131841048: D17005.id.diff
Sat, Oct 11, 3:09 PM
F131841046: D17005.id47620.diff
Sat, Oct 11, 3:09 PM
F131841031: D17005.id47627.diff
Sat, Oct 11, 3:09 PM
F131827161: D17005.id47620.diff
Sat, Oct 11, 12:18 PM
F131800376: D17005.diff
Sat, Oct 11, 6:42 AM
Unknown Object (File)
Wed, Sep 17, 4:30 AM
Unknown Object (File)
Fri, Sep 12, 10:45 PM
Unknown Object (File)
Sep 11 2025, 4:06 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