[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Set antispoof default to yes, as this seems safer, and is the current behaviour



# 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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.