]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: drop all checks of ipv6_disabled sysctl 13382/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 22 Aug 2019 11:26:54 +0000 (13:26 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 Aug 2019 13:31:48 +0000 (15:31 +0200)
commit57ad76074670d4859e808a6aabd69fd6e58514c5
treefe92a36f8441e36c3c1a3902a88bad105eea7416
parent482efedc081b0c4bf2e77a3dee6b979d9c9a5765
network: drop all checks of ipv6_disabled sysctl

*We* control the sysctl setting. If the user configured IPv6, then we apply the
settings, and just make sure that at some point during the configuration the
sysctl is disabled (i.e. ipv6 enabled) if we have IPv6 configured.

Replaces #13283.
src/network/networkd-address.c
src/network/networkd-fdb.c
src/network/networkd-link.c
src/network/networkd-link.h
src/network/networkd-route.c
src/network/networkd-routing-policy-rule.c
test/test-network/systemd-networkd-tests.py