* [Patch Trivial] Getting natpicky..
@ 2005-02-27 17:47 Nivedita Singhvi
0 siblings, 0 replies; only message in thread
From: Nivedita Singhvi @ 2005-02-27 17:47 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
Trivial nits in the network-nat script..
signed-off by Nivedita Singhvi (niv@us.ibm.com)
thanks,
Nivedita
---
Nivedita Singhvi
niv@us.ibm.com
nsnix@comcast.net
[-- Attachment #2: network-nat.patch --]
[-- Type: text/plain, Size: 1066 bytes --]
--- 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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-27 17:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-27 17:47 [Patch Trivial] Getting natpicky Nivedita Singhvi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.