WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] network-bridge: fix syntax error

# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxxxx
# Node ID 4142bfd01e0212afb8834b01a146ddfb609e6ac5
# Parent  275955c6df9dc09bd60728247cfe01c47396a01a
network-bridge: fix syntax error
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 tools/examples/network-bridge |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 275955c6df9d -r 4142bfd01e02 tools/examples/network-bridge
--- a/tools/examples/network-bridge     Thu Jun 01 11:18:26 2006 +0100
+++ b/tools/examples/network-bridge     Thu Jun 01 11:25:02 2006 +0100
@@ -60,7 +60,7 @@ evalVariables "$@"
 evalVariables "$@"
 
 vifnum=${vifnum:-$(ip route list | awk '/^default / { print $NF }' | sed 
's/^[^0-9]*//')}
-vifnum={$vifnum:-0}
+vifnum=${vifnum:-0}
 bridge=${bridge:-xenbr${vifnum}}
 netdev=${netdev:-eth${vifnum}}
 antispoof=${antispoof:-no}

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] network-bridge: fix syntax error, Xen patchbot-unstable <=