How to correctly match broadcast packets with ipfw?

Is there more useful way to match broadcast packets than just manual adding `ifconfig | grep -E 'inet .*broadcast' | awk '{print $6}'` in rule?
 
Back
Top