CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/17 15:10:03
Modified files:
sys/netinet : raw_ip.c
sys/netinet6 : raw_ip6.c
Log message:
The raw ip input functions are called from several places. Use the
address family passed down with pr_input to check that the correct
one is used.
OK florian@
