diff options
author | wollman <wollman@FreeBSD.org> | 1995-06-27 20:36:34 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-06-27 20:36:34 +0000 |
commit | 132de1262ba36ab2884665bf9bf35214fff8eb25 (patch) | |
tree | 866392064895b246f4e053abc1f2d2a0b65f6840 /sys/netinet/if_ether.c | |
parent | 5d28c984ccb9896069557771612be90abe5b1254 (diff) | |
download | FreeBSD-src-132de1262ba36ab2884665bf9bf35214fff8eb25.zip FreeBSD-src-132de1262ba36ab2884665bf9bf35214fff8eb25.tar.gz |
Delete obsolete #if 0 block.
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r-- | sys/netinet/if_ether.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 0beb578..8f63216 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. |