|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Make antispoof default to 'no' in network-script as the
# HG changeset patch
# User iap10@xxxxxxxxxxxxxxxxxxxxx
# Node ID d0a8939ac8263030cebacac08fabb6b498bf9466
# Parent cb5648ba5821a3303fdb9e9cc91e6ce15d125c86
Make antispoof default to 'no' in network-script as the default in xend is
'no'. Having them different only causes confusion.
Signed-off-by: ian@xxxxxxxxxxxx
diff -r cb5648ba5821 -r d0a8939ac826 tools/examples/network-bridge
--- a/tools/examples/network-bridge Thu Aug 18 11:45:54 2005
+++ b/tools/examples/network-bridge Thu Aug 18 14:17:22 2005
@@ -51,7 +51,7 @@
bridge=${bridge:-xen-br0}
netdev=${netdev:-eth0}
-antispoof=${antispoof:-yes}
+antispoof=${antispoof:-no}
echo "*network $OP bridge=$bridge netdev=$netdev antispoof=$antispoof" >&2
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Make antispoof default to 'no' in network-script as the default in xend is 'no'. Having them different only causes confusion.,
Xen patchbot -unstable <=
|
|
|
|
|