[Bug 283380] FreeBSD accepts and processes IPv4 packets destined to non-local MAC addresses instead of dropping them
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Dec 2024 16:05:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283380 --- Comment #2 from Joerg Goltermann <jgm@osn.de> --- we already tried to disable ip redirects # sysctl -a | egrep "net.inet.ip.redirect|net.inet6.ip6.redirect" net.inet.ip.redirect: 0 net.inet6.ip6.redirect: 0 but this doesn't resolve the issue. just for info, we use IPFW and ng_netflow on this system. -- You are receiving this mail because: You are the assignee for the bug.