21 lines
931 B
Diff
21 lines
931 B
Diff
|
diff --git a/./network/setup-ip.orig b/./network/setup-ip
|
||
|
index d82a593..8e44847 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=
|
||
|
- /usr/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
|