aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-06-27 20:36:34 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-06-27 20:36:34 +0000
commit20dc68b20484c873180a2b5467a6caf730a2b0dc (patch)
tree866392064895b246f4e053abc1f2d2a0b65f6840 /sys/netinet/if_ether.c
parenta0aa52a646655754854b4f3c07dd737d2f9c2488 (diff)
downloadsrc-20dc68b20484c873180a2b5467a6caf730a2b0dc.tar.gz
src-20dc68b20484c873180a2b5467a6caf730a2b0dc.zip
Delete obsolete #if 0 block.
Notes
Notes: svn path=/head/; revision=9339
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 0beb5789408d..8f6321620758 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ether.c 8.1 (Berkeley) 6/10/93
- * $Id: if_ether.c,v 1.16 1995/05/11 00:13:16 wollman Exp $
+ * $Id: if_ether.c,v 1.17 1995/05/30 08:09:18 rgrimes Exp $
*/
/*
@@ -147,16 +147,6 @@ arp_rtrequest(req, rt, sa)
if ((rt->rt_flags & RTF_HOST) == 0 &&
SIN(rt_mask(rt))->sin_addr.s_addr != 0xffffffff)
rt->rt_flags |= RTF_CLONING;
-#if 0
- /*
- * Actually, all IP gateway routes should have the cloning
- * flag turned on. We can't do this yet because the expiration
- * stuff isn't working yet.
- */
- if (rt->rt_flags & RTF_GATEWAY) {
- rt->rt_flags |= RTF_CLONING;
- }
-#endif
if (rt->rt_flags & RTF_CLONING) {
/*
* Case 1: This route should come from a route to iface.