mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Eliminate last rtalloc_ign() caller.
Differential Revision: https://reviews.freebsd.org/D3927
This commit is contained in:
parent
39ee7a7a6b
commit
78546dad4e
1 changed files with 0 additions and 3 deletions
|
|
@ -5262,9 +5262,6 @@ pf_routable(struct pf_addr *addr, sa_family_t af, struct pfi_kif *kif,
|
|||
in_rtalloc_ign((struct route *)&ro, 0, rtableid);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
rtalloc_ign((struct route *)&ro, 0); /* No/default FIB. */
|
||||
break;
|
||||
}
|
||||
|
||||
if (ro.ro_rt != NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue