CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/02/16 11:20:37

Modified files:
        usr.sbin/ospfd : interface.c 

Log message:
When taking an interface down just try to do the cleanup. In cases where
the interface was removed or when the address changed leaving the multicast
groups will fail because that already happend. Fix if_leave_group() to
remove the refcount before doing the ioctl() so that the reference is
correctly removed. OK dlg@, sthen@

Reply via email to