sysctl: Disable forwarding by default on netconf builds

This matches the defaults in ietf-ip.
This commit is contained in:
Tobias Waldekranz
2023-05-12 14:24:41 +02:00
committed by Joachim Wiberg
parent 0d09c4e16a
commit a1183780d1
2 changed files with 2 additions and 0 deletions
@@ -0,0 +1 @@
net.ipv4.conf.all.forwarding=0
@@ -1,3 +1,4 @@
net.ipv6.conf.all.forwarding=0
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.default.autoconf=0
net.ipv6.conf.default.keep_addr_on_down=1