Index: stable/10/sys/net/if_gif.c =================================================================== --- stable/10/sys/net/if_gif.c +++ stable/10/sys/net/if_gif.c @@ -527,7 +527,6 @@ struct gif_softc *sc; struct ether_header *eh; struct ifnet *oldifp; - uint32_t gif_options; int isr, n, af; if (ifp == NULL) { @@ -536,7 +535,6 @@ return; } sc = ifp->if_softc; - gif_options = sc->gif_options; m->m_pkthdr.rcvif = ifp; m_clrprotoflags(m); switch (proto) {