This commit is contained in:
committed by
Git OBS Bridge
parent
1e7cc04da7
commit
b82e0d6f19
13
network-route.patch
Normal file
13
network-route.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: xen-3.3.1-testing/tools/examples/network-route
|
||||
===================================================================
|
||||
--- xen-3.3.1-testing.orig/tools/examples/network-route
|
||||
+++ xen-3.3.1-testing/tools/examples/network-route
|
||||
@@ -21,7 +21,7 @@ dir=$(dirname "$0")
|
||||
|
||||
evalVariables "$@"
|
||||
|
||||
-netdev=${netdev:-eth${vifnum}}
|
||||
+netdev=${netdev:-eth0}
|
||||
|
||||
echo 1 >/proc/sys/net/ipv4/ip_forward
|
||||
echo 1 >/proc/sys/net/ipv4/conf/${netdev}/proxy_arp
|
Reference in New Issue
Block a user