CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2019/06/24 16:26:25

Modified files:
        sys/net        : route.c 

Log message:
Since the recent recursion fix in rtable_walk(), deleting an interface
address could trigger the "rt->rt_ifidx == ifp->if_index" assertion.
In rtflushclone() the ifp that is passed to rtdeletemsg() has been
changed from the route interface to the ifa interface.  Restore the
old behavior and get the route ifp.
found by regress/sys/netinet/carp; OK mpi@

Reply via email to