CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/30 07:52:01
Modified files:
sys/netinet6 : ip6_input.c
Log message:
The loopback check in ip6_input_if() was needless. The ::1 destination
address is in the routing table and will be identified as any other
local address. There is no reason to handle ::1 source address
special. Better use the generic IPv6 input path. Kame has removed
the special code in their revision 1.189 commit.
OK sashan@
