summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 93ba871..34aa982 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1363,7 +1363,6 @@ ip_forward(struct mbuf *m, int srcrt)
* the ICMP_UNREACH_NEEDFRAG "Next-Hop MTU" field described in RFC1191.
*/
bzero(&ro, sizeof(ro));
- rtalloc_ign_fib(&ro, RTF_CLONING, M_GETFIB(m));
error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL);
OpenPOWER on IntegriCloud