From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nivedita Singhvi Subject: [Patch Trivial] Getting natpicky.. Date: Sun, 27 Feb 2005 09:47:23 -0800 Message-ID: <422207AB.1070403@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050605020206020609020702" Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: xen-devel@lists.sourceforge.net List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------050605020206020609020702 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 --------------050605020206020609020702 Content-Type: text/plain; name="network-nat.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="network-nat.patch" --- 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" --------------050605020206020609020702-- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click