On 27.9.2015. 7:51, David Gwynne wrote:
> this uses the refcnt api to do the heavy lifting.
> 
> i think we have all the if_get/if_put calls we need, so this should
> be safe at this point.
> 
> if anyone wants to test, can you try detaching or destroying
> interfaces and check that the ifconfig call that does it doesnt end
> up blocking forever?
> 
> ok?
> 


Hi,

i am doing

ifconfig ix0 down; ifconfig ix1 down; sleep 5; ifconfig ix0 up; ifconfig
ix1 up; sleep 5; ifconfig carp1 destroy; ifconfig carp2 destroy; sleep
5; sh /etc/netstart carp1; sh /etc/netstart carp2; sleep 10;

for more than 12 hours and everything is working normal...


Reply via email to