CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]       2017/01/06 07:01:19

Modified files:
        sys/net        : if_var.h 
        sys/netinet    : ip_mroute.c ip_mroute.h 

Log message:
Remove the global viftable vector that holds the virtual interfaces
configuration and instead use ifnet to store the configuration and
counters. With this we can safely use multicast routing daemons on
multiple domains without vif id colisions.

ok mpi@

Reply via email to