CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/28 03:25:51
Modified files:
sys/netinet : ip_input.c ip_var.h ipsec_input.c
sys/netinet6 : ip6_input.c ip6_var.h
Log message:
Rename ip_local() to ip_deliver() and give it the same parameters
as the pr_input functions. Add an assert that IPv4 delivery ends
in IP proto done to assure that IPv4 protocol functions work like
IPv6.
OK mpi@
