Information
Avahi can support either the IPv4 or IPv6 protocols, depending on what the system is configured to use.
Rationale:
Configure IPv4 or IPv6, depending on which protocol needs to be used. Limiting support to the protocol that is actually reduces the potential attack surface
Solution
Edit the /etc/avahi/avahi-daemon.conf file to use the appropriate protocol for your environment.
if only using IPv4, disable IPv6 with this line:
use-ipv6=no
if only using IPv6, disable IPv4 with this line:
use-ipv4=no
Default Value:
OS Default: N/A