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

[Xen-devel] [Patch Trivial] Getting natpicky..



Trivial nits in the network-nat script..


signed-off by Nivedita Singhvi (niv@xxxxxxxxxx)

thanks,
Nivedita

---
Nivedita Singhvi
niv@xxxxxxxxxx
nsnix@xxxxxxxxxxx

--- network-nat 2005-02-25 20:13:00.000000000 -0800
+++ network-nat.new     2005-02-26 21:05:23.000000000 -0800
@@ -1,18 +1,18 @@
 #!/bin/sh
 #============================================================================
-# Default Xen network start/stop script.
+# Default Xen network start/stop script when using NAT.
 # Xend calls a network script when it starts.
 # The script name to use is defined in /etc/xen/xend-config.sxp
 # in the network-script field.
 #
 # Usage:
 #
-# network-route (start|stop|status) {VAR=VAL}*
+# network-nat (start|stop|status) {VAR=VAL}*
 #
 # Vars:
 #
 # netdev     The gateway interface (default eth0).
-# antispoof  Whether to use iptables to prevent spoofing (default yes).
+# antispoof  Whether to use iptables to prevent spoofing (default no).
 #
 #============================================================================
 
@@ -30,7 +30,7 @@
 
 netdev=${netdev:-eth0}
 # antispoofing not yet implemented
-antispoof=${antispoof:-yes}
+antispoof=${antispoof:-no}
 
 echo "network-nat $OP netdev=$netdev antispoof=$antispoof"
 

 


Rackspace

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