Revert "network: disable proxy_arp"

Proxy ARP apparently is still needed for HVMs.
This reverts commit fa8b05a83c.

Fixes QubesOS/qubes-issues#1421
This commit is contained in:
Marek Marczykowski-Górecki 2016-10-30 20:42:00 +01:00
parent a6658bc329
commit 696a0918d5
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -29,6 +29,7 @@ lockfile=/var/run/xen-hotplug/vif-lock
case "$command" in case "$command" in
online) online)
ifconfig ${vif} up ifconfig ${vif} up
echo 1 >/proc/sys/net/ipv4/conf/${vif}/proxy_arp
ipcmd='add' ipcmd='add'
iptables_cmd='-I PREROUTING 1' iptables_cmd='-I PREROUTING 1'
cmdprefix='' cmdprefix=''