diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2017-07-27 13:03:36 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2017-07-27 13:03:36 +0000 |
| commit | ae69ad884d43826bdf8a67c51596d37f729c09a9 (patch) | |
| tree | 40362b8c2dcbfac00c155cde57e2b205abc0c090 /sys/netinet | |
| parent | 6d2909f6a052a65c48ea609d7726625d4d3fc7ff (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/ip_output.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 3f8178045db7..3f6a873b79c8 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); #include <net/netisr.h> #include <net/pfil.h> #include <net/route.h> -#include <net/flowtable.h> #ifdef RADIX_MPATH #include <net/radix_mpath.h> #endif @@ -244,11 +243,6 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags, bzero(ro, sizeof (*ro)); } -#ifdef FLOWTABLE - if (ro->ro_rt == NULL) - (void )flowtable_lookup(AF_INET, m, ro); -#endif - if (opt) { int len = 0; m = ip_insertoptions(m, opt, &len); |
