CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/08 00:51:41
Modified files:
sys/netinet : ip_carp.c
Log message:
void being too clever about setting/clearing ifpromisc on the parent.
ifpromisc() already refcounts, so carp doesn't have to do it
implicitly with the carpdev list. there's no functional change, the
code just gets a bit simpler.
