OpenBSD cvs log

created 2020-01-30T08:41:54Z
begin 2019-11-08T07:16:29Z
end 2019-11-08T07:51:41Z
path src/sys
commits 1

date 2019-11-08T07:51:41Z
author dlg
files src/sys/netinet/ip_carp.c log diff annotate
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.