|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix function call syntax in vif-route and vif-nat.
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 1444adb1c407d6030a2c294976991414b47487d5
# Parent e002282b79c8d5e188e2048d2422c9e0587b1c1d
Fix function call syntax in vif-route and vif-nat.
Function calls in shell script should not contain parenthesis.
Signed-off-by: Murillo Fernandes Bernardes <mfb@xxxxxxxxxx>
diff -r e002282b79c8 -r 1444adb1c407 tools/examples/vif-nat
--- a/tools/examples/vif-nat Fri Nov 11 14:36:16 2005
+++ b/tools/examples/vif-nat Fri Nov 11 16:04:17 2005
@@ -53,6 +53,6 @@
ip r ${ipcmd} ${ip} dev ${vif} src ${main_ip}
-handle_iptable()
+handle_iptable
success
diff -r e002282b79c8 -r 1444adb1c407 tools/examples/vif-route
--- a/tools/examples/vif-route Fri Nov 11 14:36:16 2005
+++ b/tools/examples/vif-route Fri Nov 11 16:04:17 2005
@@ -45,6 +45,6 @@
done
fi
-handle_iptable()
+handle_iptable
success
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix function call syntax in vif-route and vif-nat.,
Xen patchbot -unstable <=
|
|
|
|
|