network: disable proxy_arp

Since both sides have proper routing tables set, it isn't required to
set it anymore.

Fixes QubesOS/qubes-issues#1421
This commit is contained in:
Marek Marczykowski-Górecki 2015-11-15 04:04:06 +01:00
parent 69bb71bea0
commit fa8b05a83c
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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=''