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:
parent
a6658bc329
commit
696a0918d5
@ -29,6 +29,7 @@ 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=''
|
||||
|
Loading…
Reference in New Issue
Block a user