CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/09 10:24:15
Modified files:
sys/net : Tag: OPENBSD_5_8 if_vlan.c
sys/netinet : Tag: OPENBSD_5_8 ip_carp.c
Log message:
There was another bug in vlan and carp ifih refcounting. An ifih
could be inserted twice into the the parent's list. Then the kernel
will panic if root does an ifconfig destroy of the parent interface.
This affects OpenBSD 5.8 only.
>From markus@; OK mpi@
