[SCM] CTDB repository - branch master updated - ctdb-1.0.88-3-ge26d9d3

Ronnie Sahlberg sahlberg at samba.org
Thu Aug 27 14:52:27 MDT 2009


The branch, master has been updated
       via  e26d9d32e68e7db1cf4f96c47c0126e9e0b213be (commit)
      from  54c047c48902a15e5d2925bfa86e012a11188796 (commit)

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


- Log -----------------------------------------------------------------
commit e26d9d32e68e7db1cf4f96c47c0126e9e0b213be
Author: Michael Adam <obnox at samba.org>
Date:   Thu Aug 27 22:09:42 2009 +0200

    set broadcast addresses in the takeip event.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/config/events.d/10.interface b/config/events.d/10.interface
index 298f3e8..1c8d32d 100755
--- a/config/events.d/10.interface
+++ b/config/events.d/10.interface
@@ -57,7 +57,7 @@ case $cmd in
 		 echo "Failed to bringup interface $iface"
 		 exit 1
 	}
-	/sbin/ip addr add $ip/$maskbits dev $iface || {
+	/sbin/ip addr add $ip/$maskbits brd + dev $iface || {
 		 echo "Failed to add $ip/$maskbits on dev $iface"
 	}
 	# cope with the script being killed while we have the interface blocked


-- 
CTDB repository


More information about the samba-cvs mailing list