CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/12 08:04:09
Modified files:
sys/netinet : ip_input.c ip_var.h
sys/netinet6 : ip6_input.c
Log message:
Use the IPsec policy check from ipv4_input() also when forwarding
in ip6_input(). While there avoid an ugly #ifdef in ipv4_input().
OK mikeb@
