kunsi-p14s: disable ipv6 forwarding, we don't need that

This commit is contained in:
Franzi 2023-10-16 22:27:09 +02:00
parent 588f1218c2
commit 08bf3b6565
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -155,7 +155,6 @@ nodes['kunsi-p14s'] = {
'sysctl': { 'sysctl': {
'options': { 'options': {
'net.ipv4.ip_forward': '1', 'net.ipv4.ip_forward': '1',
'net.ipv6.conf.all.forwarding': '1',
}, },
}, },
'systemd-networkd': { 'systemd-networkd': {