Em vez de registrar todos os pacotes ignorados, você pode configurar o firewalld para não registrar em log os pacotes de transmissão ou multicast, como o que você forneceu como exemplo em sua pergunta.
Para fazer isso, use --set-log-denied=unicast
.
firewall-cmd --set-log-denied=unicast
Agora, os registros contêm apenas o tráfego negado direcionado ao seu host.
Da página do manual:
--set-log-denied=value
Add logging rules right before reject and drop rules in the INPUT, FORWARD and OUTPUT chains for the default rules and also final reject and drop rules in zones for the configured link-layer packet type. The possible values are: all, unicast, broadcast, multicast and off. The default setting is off, which disables the logging.This is a runtime and permanent change and will also reload the firewall to be able to add the logging rules.