diff --git a/network/setup-ip.orig b/network/setup-ip index 9126f90..c1f401c 100755 --- a/network/setup-ip.orig +++ b/network/setup-ip @@ -244,15 +244,6 @@ if [ "$ACTION" == "add" ]; then primary_dns=$(/usr/bin/qubesdb-read /qubes-primary-dns 2>/dev/null) || primary_dns= secondary_dns=$(/usr/bin/qubesdb-read /qubes-secondary-dns 2>/dev/null) || secondary_dns= - /lib/systemd/systemd-sysctl \ - "--prefix=/net/ipv4/conf/all" \ - "--prefix=/net/ipv4/neigh/all" \ - "--prefix=/net/ipv6/conf/all" \ - "--prefix=/net/ipv6/neigh/all" \ - "--prefix=/net/ipv4/conf/$INTERFACE" \ - "--prefix=/net/ipv4/neigh/$INTERFACE" \ - "--prefix=/net/ipv6/conf/$INTERFACE" \ - "--prefix=/net/ipv6/neigh/$INTERFACE" if [ -n "$ip4" ]; then # If NetworkManager is enabled, let it configure the network