[Bug 283380] FreeBSD accepts and processes IPv4 packets destined to non-local MAC addresses instead of dropping them
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283380 --- Comment #2 from Joerg Goltermann <[email protected]> --- 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.