mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
ipfw: stray comment in previous
This commit is contained in:
parent
aa24757a1a
commit
529bbe68b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue