CentOS 8.x IPv6: MLD: clamping QRV from 1 to 2! messages in syslog

From Notes_Wiki
Revision as of 13:34, 21 April 2022 by Saurabh (talk | contribs) (Created page with "Home > CentOS > CentOS 8.x > System Administration > [[Home > CentOS > CentOS 8.x > System Administration] It is possible to continous messages such as: <pre> IPv6: MLD: clamping QRV from 1 to 2! </pre> in '<tt>/var/log/syslog</tt>' file. To disable them for current boot use: <pre> sysctl net.ipv6.mld_qrv=1 </pre> To disable them even after reboots c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 8.x > System Administration > [[Home > CentOS > CentOS 8.x > System Administration]

It is possible to continous messages such as:

IPv6: MLD: clamping QRV from 1 to 2!  

in '/var/log/syslog' file.

To disable them for current boot use:

sysctl net.ipv6.mld_qrv=1

To disable them even after reboots create '/etc/sysctl.d/98-mld_grv.conf' with

net.ipv6.mld_qrv=1


Home > CentOS > CentOS 8.x > System Administration > [[Home > CentOS > CentOS 8.x > System Administration]