CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/05/18 04:56:45

Modified files:
        sys/net        : if_gif.c 
        sys/netinet    : in_proto.c ip_ipip.c ip_ipip.h ip_ipsp.c 
                         ip_ipsp.h ipsec_output.c 
        sys/netinet6   : in6_proto.c 

Log message:
The function name ip4_input() is confusing as it also handles IPv6
packets.  This is the IP in IP protocol input function, so call it
ipip_input().  Rename the existing ipip_input() to ipip_input_gif()
as it is the input function used by the gif interface.  Pass the
address family to make it consistent with pr_input.  Use __func__
in debug print and panic messages.  Move all ipip prototypes to the
ip_ipip.h header file.
OK dhill@ mpi@

Reply via email to