From 55853a468331191810ade2115e5b10c3d68779ab Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 6 Apr 2011 10:26:27 +1000 Subject: NATGW: dont set arp_ignore in 11.natgw anymore since we no longer need this for the natgw functionality (This used to be ctdb commit bf3bf2967e3781c918e33b3a210e68e0ccca0c51) --- ctdb/config/events.d/11.natgw | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ctdb/config/events.d/11.natgw b/ctdb/config/events.d/11.natgw index 1d5ba0f557..ba6d7a5fb1 100755 --- a/ctdb/config/events.d/11.natgw +++ b/ctdb/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 ;; -- cgit