openSUSE / wicked

Framework for network configuration
https://en.opensuse.org/Portal:Wicked
GNU General Public License v2.0
101 stars 50 forks source link

compat-suse: use iftype in sysctl handling (bsc#1230911) #1043

Closed cfconrad closed 3 weeks ago

cfconrad commented 3 weeks ago

Fix loopback sysctl configuration. Since gh#openSUSE/open-build-service#895 sysctl settings for loopback device where ignored. This is considered wrong as it fails to set disable_ipv6 properly. On top we doesn't set the ipv6/ipv4 enabled node since gh#openSUSE/open-build-service#990 causing lo to stay in device-not-running, with net.ipv6.conf.(all|default).disable_ipv6=1.

Fixes: