https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193681
--- Comment #7 from Kate <[email protected]> --- # # # ifconfig wlan0 create wlandev ath0 wlan0: Ethernet address: c4:93:00:00:3c:c9 # sysctl net.link.ether.ipfw=1 net.link.ether.ipfw: 0 -> 1 # sysctl net.link.bridge.ipfw=1 net.link.bridge.ipfw: 0 -> 1 # ipfw add 100 pipe 1 ip from any to any layer2 00100 pipe 1 ip from any to any layer2 # ipfw pipe 1 config # dhclient arge0 DHCPDISCOVER on arge0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on arge0 to 255.255.255.255 port 67 interval 21 ... Thanks! The HardenedBSD patch seems good to me. I have no idea if it's the right thing to do or not, but with the patch I'm unable to produce the panic. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
