CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/02/28 02:59:34

Modified files:
        sys/netinet    : ipsec_input.c 
        sys/netinet6   : ip6_input.c ip6_var.h 

Log message:
Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6
forwarding path.

Rename ip6_ours() in ip6_local() as this function dispatches packets
to the upper layer.

Introduce ip6_ours() and get rid of 'goto hbhcheck'.  This function
will be later used to enqueue local packets.

As a bonus this reduces differences with IPv4.

Inputs and ok bluhm@

Reply via email to