Do not fail the takeip event if the "ip addr add ..." command failed. ipv6-test obnox/ipv6-test origin/ipv6-test
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 21 Aug 2008 23:25:47 +0000 (09:25 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 21 Aug 2008 23:25:47 +0000 (09:25 +1000)
commit12bc85c90a640a72ff538c003eb81da9dd1f2e3f
tree0d7f4444326dce4e7e9e48a8a51fa04781f99813
parent4dfbfb4618433d9ed79ca1bdb1e2e51d96d4ee62
Do not fail the takeip event if the "ip addr add ..." command failed.
Let the event complete successfully.   the local recovery daemon will check that we have the address and reissue takip othervise.

There are several reasons why "ip addr add "  can fail, one is a misconfiguration
anothe ris that for ipv6 the stack is a lot more picky than for ipv4.     for examplke this WILL fail in ipv6 if there is a duplicate ip address on the network.

thus  this check could cause rolling-recoveries  which is why it has to go
config/events.d/10.interface