Index: ip_carp.c =================================================================== RCS file: /cvs/src/sys/netinet/ip_carp.c,v retrieving revision 1.269 diff -u -p -r1.269 ip_carp.c --- ip_carp.c 12 Sep 2015 09:36:31 -0000 1.269 +++ ip_carp.c 12 Sep 2015 09:38:14 -0000 @@ -169,8 +169,6 @@ int carp_send_all_recur = 0; struct carp_if { TAILQ_HEAD(, carp_softc) vhif_vrs; - - struct ifnet *vhif_ifp; }; #define CARP_LOG(l, sc, s) \ @@ -1695,7 +1693,6 @@ carp_set_ifp(struct carp_softc *sc, stru return (error); } - ncif->vhif_ifp = ifp; TAILQ_INIT(&ncif->vhif_vrs); } else { cif = (struct carp_if *)ifp->if_carp;