Rev 375: don't need maskbits to ip addr del in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Tue May 29 03:21:37 GMT 2007


------------------------------------------------------------
revno: 375
revision-id: tridge at samba.org-20070529032137-pfsv1azm496c6mg0
parent: tridge at samba.org-20070529030915-5yxjyy6xkt3w4m8b
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Tue 2007-05-29 13:21:37 +1000
message:
  don't need maskbits to ip addr del
modified:
  tools/events                   events-20070529030121-04fjh63cxfh8v1pj-1
=== modified file 'tools/events'
--- a/tools/events	2007-05-29 03:09:15 +0000
+++ b/tools/events	2007-05-29 03:21:37 +0000
@@ -25,7 +25,7 @@
 	iface=$1
 	ip=$2
 	maskbits=$3
-	exec /sbin/ip addr del $ip/$maskbits dev $iface
+	exec /sbin/ip addr del $ip dev $iface
 	exit 1
 	;;
 



More information about the samba-cvs mailing list