patch-2.2.0-pre8 linux/net/ipv4/route.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ipv4/ipmr.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Sun Jan 17 10:00:00 1999
- Orig file:
v2.2.0-pre7/linux/net/ipv4/route.c
- Orig date:
Thu Jan 7 15:11:41 1999
diff -u --recursive --new-file v2.2.0-pre7/linux/net/ipv4/route.c linux/net/ipv4/route.c
@@ -5,7 +5,7 @@
*
* ROUTE - implementation of the IP router.
*
- * Version: $Id: route.c,v 1.60 1999/01/04 20:14:52 davem Exp $
+ * Version: $Id: route.c,v 1.61 1999/01/12 14:34:43 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -1307,6 +1307,7 @@
key.dst = key.src = htonl(INADDR_LOOPBACK);
dev_out = &loopback_dev;
key.oif = loopback_dev.ifindex;
+ res.type = RTN_LOCAL;
flags |= RTCF_LOCAL;
goto make_route;
}
@@ -1334,6 +1335,7 @@
if (key.src == 0)
key.src = inet_select_addr(dev_out, 0, RT_SCOPE_LINK);
+ res.type = RTN_UNICAST;
goto make_route;
}
return -ENETUNREACH;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov