]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
As discussed in D6262 post-commit review, change inp_route to
authorbz <bz@FreeBSD.org>
Mon, 3 Sep 2018 22:12:48 +0000 (22:12 +0000)
committerbz <bz@FreeBSD.org>
Mon, 3 Sep 2018 22:12:48 +0000 (22:12 +0000)
commita7893067977781b0ff5dcd62d3c9c2ca22628bd6
treea2af4973f88e6ad71cdb816aff0241eb0192f68f
parent44d2e30ec4c9f4d14b7abfd5c6e0f132e3800529
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.
No functional changes.

Reviewed by: karels, ae
Approved by: re (rgrimes)
Differential Revision: https://reviews.freebsd.org/D17005
sys/netinet6/in6_pcb.c