in reply to Figuring out which network interface a broadcast packet came in on?
I do not know if what you want can be done using existing perl modules. Your problem requires querying kernel info, and am not sure if there are perl modules for that.iptables -I INPUT -p udp --dport 67 -i eth0 -j LOG \ --log-prefix \ "broadcast on eth0"
|
|---|