CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/08 04:08:22
Modified files:
lib/libc/sys : sysctl.2
sys/netinet : ip_carp.h ip_input.c ip_var.h
sys/netinet6 : ip6_input.c ip6_var.h
usr.bin/netstat: inet.c inet6.c
Log message:
Make sure packet destination address matches interface address,
where such packet is bound to. This check is enforced if and only
IP forwarding is disabled.
Change discussed with bluhm@, claudio@, deraadt@, markus@, tobhe@
OK bluhm@, claudio@, tobhe@
