From 70c7d0e9cafc983b8ee8fd1b63baa719da18ce1b Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Fri, 6 Nov 2015 07:31:22 -0600 Subject: Revert "Replace the fastforward path with tryforward which does not require a sysctl and will always be on." This reverts commit c58873dc9abc56028cc3435f692fd3583bd143af. TAG: tryforward --- sys/netinet/ip_input.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/netinet/ip_input.c') diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 5009346..287417c 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -714,10 +714,6 @@ ours: hlen = ip->ip_hl << 2; } - /* Try to forward the packet, but if we fail continue */ - if (ip_tryforward(m) == NULL) - return; - #ifdef IPSEC /* * enforce IPsec policy checking if we are seeing last header. -- cgit v1.1