PDA

View Full Version : How to correctly match broadcast packets with ipfw?


gelraen
April 1st, 2009, 21:16
Is there more useful way to match broadcast packets than just manual adding `ifconfig | grep -E 'inet .*broadcast' | awk '{print $6}'` in rule?

gelraen
April 6th, 2009, 17:18
I've wrote patch that adds new option for matching broadcast packets.
http://lists.freebsd.org/pipermail/freebsd-current/2009-April/005643.html