Hello
To get rid of those annoying entries for broadcasts in the packet filter live-log I defined two drop rules:
ANY -- ANY -- 255.255.255.255/255.255.255.255 -- DROP
ANY -- ANY -- 192.168.13.255/255.255.255.255 -- DROP
(192.168.13.0 is my internal subnet)
Interestingly, those broadcasts still show up in the packet filter live-log. All those packets are UDP Packets, but broadcasts are usually UDP, right?
So why are they still logged?
(This also happens with the 1.820 version)
Greetings
Haendchen