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