diff --git a/sys/netpfil/ipfw/ip_fw_pfil.c b/sys/netpfil/ipfw/ip_fw_pfil.c index 243da3431c4..29d206f2234 100644 --- a/sys/netpfil/ipfw/ip_fw_pfil.c +++ b/sys/netpfil/ipfw/ip_fw_pfil.c @@ -144,7 +144,6 @@ ipfw_check_packet(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir, #endif #ifdef INET case IPVERSION: - /* restore the correct forwarding interface */ if (IP_HAS_NEXTHOP(*m0)) { ip_get_fwdtag(*m0, NULL, &ifidx); }