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] merge

# HG changeset patch
# User iap10@xxxxxxxxxxxxxxxxxxxx
# Node ID cbf43be4cc17dd9a85de958d6b14db28553be6ca
# Parent  216a8a934246e29b20f408845fdc6bb4a574e0a1
# Parent  32cc65db459ad6f4c43d58a27e5b2d05f15fbcee
merge

diff -r 216a8a934246 -r cbf43be4cc17 tools/examples/vif-bridge
--- a/tools/examples/vif-bridge Wed Sep  7 17:28:49 2005
+++ b/tools/examples/vif-bridge Wed Sep  7 17:29:17 2005
@@ -80,7 +80,7 @@
 fi
 ifconfig ${vif} $OP
 
-if [ ${ip} ] ; then
+if [ "${ip}" ] ; then
 
     # If we've been given a list of IP networks, allow pkts with these src 
addrs.
     for addr in ${ip} ; do
diff -r 216a8a934246 -r cbf43be4cc17 tools/examples/vif-route
--- a/tools/examples/vif-route  Wed Sep  7 17:28:49 2005
+++ b/tools/examples/vif-route  Wed Sep  7 17:29:17 2005
@@ -63,7 +63,7 @@
         ;;
 esac
 
-if [ ${ip} ] ; then
+if [ "${ip}" ] ; then
 
     # If we've been given a list of IP networks, allow pkts with these src 
addrs.
     for addr in ${ip} ; do

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

<Prev in Thread] Current Thread [Next in Thread>