|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Set antispoof default to yes, as this seems safer, and i
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 840a66f08e3d86100af8d12d36796773db9aec02
# Parent 1e7bbbdff402b35b77b34c42e3c57eeb3d4dcd93
Set antispoof default to yes, as this seems safer, and is the current behaviour
in VifCtl.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
diff -r 1e7bbbdff402 -r 840a66f08e3d tools/examples/network-bridge
--- a/tools/examples/network-bridge Thu Oct 20 11:35:57 2005
+++ b/tools/examples/network-bridge Thu Oct 20 13:06:07 2005
@@ -25,7 +25,7 @@
# higher value than its default of 1.
# bridge The bridge to use (default xenbr${vifnum}).
# netdev The interface to add to the bridge (default eth${vifnum}).
-# antispoof Whether to use iptables to prevent spoofing (default no).
+# antispoof Whether to use iptables to prevent spoofing (default yes).
#
# start:
# Creates the bridge and enslaves netdev to it.
@@ -66,7 +66,7 @@
vifnum=${vifnum:-0}
bridge=${bridge:-xenbr${vifnum}}
netdev=${netdev:-eth${vifnum}}
-antispoof=${antispoof:-no}
+antispoof=${antispoof:-yes}
pdev="p${netdev}"
vdev="veth${vifnum}"
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Set antispoof default to yes, as this seems safer, and is the current behaviour,
Xen patchbot -unstable <=
|
|
|
|
|