CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/09/12 03:36:31

Modified files:
        sys/netinet    : ip_carp.c 

Log message:
vhif_nvrs in carp_if is used to count the number of entries in
vhif_ifs so you can tell when that list is empty.

you can use TAILQ_EMPTY to see if a list is empty though, so kill
the count and use EMPTY instead.

ok mpi@

Reply via email to