The branch, 1.0.112 has been updated
       via  0a9d9f101c7c2a318b0d432b95a152f37b0dd7fd (commit)
      from  9ade3668899499346ed57368682c69264bc7320e (commit)

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


- Log -----------------------------------------------------------------
commit 0a9d9f101c7c2a318b0d432b95a152f37b0dd7fd
Author: Ronnie Sahlberg <[email protected]>
Date:   Wed May 19 13:23:43 2010 +1000

    Fix a bug where we failed to remove the natgw address from loopback properly
    bz58317

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

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


Changeset truncated at 500 lines:

diff --git a/config/events.d/11.natgw b/config/events.d/11.natgw
index 3c2836b..ae56f23 100644
--- a/config/events.d/11.natgw
+++ b/config/events.d/11.natgw
@@ -11,6 +11,8 @@ loadconfig
 [ -z "$CTDB_NATGW_PUBLIC_IFACE" ] && exit 0
 
 delete_all() {
+       CTDB_NATGW_PUBLIC_IP_HOST=`echo $CTDB_NATGW_PUBLIC_IP | sed -e 
"s/\/.*/\/32/"`
+
        remove_ip $CTDB_NATGW_PUBLIC_IP $CTDB_NATGW_PUBLIC_IFACE
        remove_ip $CTDB_NATGW_PUBLIC_IP_HOST lo
 


-- 
CTDB repository

Reply via email to