Each kvm hypervisor has for each VM some vnet* devices. We are not interested in setting net.ipv6.conf.vnet0.accept_ra=0 and net.ipv6.conf.vnet0.autoconf=0 sysctl values, they would change to often.
This patch will exclude all ^vnet\d+ devices from sysctl configuration.
Each kvm hypervisor has for each VM some
vnet*
devices. We are not interested in settingnet.ipv6.conf.vnet0.accept_ra=0
andnet.ipv6.conf.vnet0.autoconf=0
sysctl values, they would change to often. This patch will exclude all^vnet\d+
devices from sysctl configuration.