diff --git a/network/vif-route-qubes b/network/vif-route-qubes index d9a4477..fdfd1e8 100755 --- a/network/vif-route-qubes +++ b/network/vif-route-qubes @@ -29,7 +29,6 @@ lockfile=/var/run/xen-hotplug/vif-lock case "$command" in online) ifconfig ${vif} up - echo 1 >/proc/sys/net/ipv4/conf/${vif}/proxy_arp ipcmd='add' iptables_cmd='-I PREROUTING 1' cmdprefix=''