Edit

IABSD.fr/src/sys/netinet6

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2019-12-30 14:52:00
    Hash : 290baf01
    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@