[SCM] CTDB repository - branch master updated - ctdb-1.10-182-gbf3bf29

Ronnie Sahlberg sahlberg at samba.org
Tue Apr 5 19:32:39 MDT 2011


The branch, master has been updated
       via  bf3bf2967e3781c918e33b3a210e68e0ccca0c51 (commit)
      from  c7652c4038e012b7ef9bc1da352dd2c02d60dc29 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bf3bf2967e3781c918e33b3a210e68e0ccca0c51
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Apr 6 10:26:27 2011 +1000

    NATGW: dont set arp_ignore in 11.natgw anymore since we no longer
    need this for the natgw functionality

-----------------------------------------------------------------------

Summary of changes:
 config/events.d/11.natgw |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/11.natgw b/config/events.d/11.natgw
index 1d5ba0f..ba6d7a5 100755
--- a/config/events.d/11.natgw
+++ b/config/events.d/11.natgw
@@ -24,8 +24,6 @@ delete_all() {
 	[ -z "$CTDB_NATGW_PUBLIC_IFACE" ] || {
 	    delete_ip_from_iface $CTDB_NATGW_PUBLIC_IFACE $_ip $_maskbits 2>/dev/null
 	}
-	delete_ip_from_iface lo $_ip 32
-
 	ip route del 0.0.0.0/0 metric 10 >/dev/null 2>/dev/null
 
 	# Delete the masquerading setup from a previous iteration where we
@@ -47,8 +45,6 @@ case "$1" in
 		exit 1
 	}
 
-	# do not respond to ARPs that are for ip addresses with scope 'host'
-	echo 3 > /proc/sys/net/ipv4/conf/all/arp_ignore
 	# do not send out arp requests from loopback addresses
 	echo 2 > /proc/sys/net/ipv4/conf/all/arp_announce
 	;;


-- 
CTDB repository


More information about the samba-cvs mailing list