CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/08 05:37:43
Modified files:
sys/netinet : ipsec_input.c
sys/netinet6 : ip6_input.c ip6_var.h
Log message:
Remove the ipsec protocol callbacks which all do the same. Implement
it in ipsec_common_input_cb() instead. The code that was copied
to ah6_input_cb() is now in ip6_ours() so we can call it directly.
OK mpi@
