patch-2.4.14 linux/net/ipv4/route.c
Next file: linux/net/ipv4/syncookies.c
Previous file: linux/net/ipv4/netfilter/ipt_ttl.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Oct 30 15:08:12 2001
- Orig file:
v2.4.13/linux/net/ipv4/route.c
- Orig date:
Tue Oct 23 22:48:54 2001
diff -u --recursive --new-file v2.4.13/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.100 2001/10/15 12:34:50 davem Exp $
+ * Version: $Id: route.c,v 1.101 2001/10/20 00:00:11 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -150,11 +150,7 @@
entry_size: sizeof(struct rtable),
};
-#ifdef CONFIG_INET_ECN
#define ECN_OR_COST(class) TC_PRIO_##class
-#else
-#define ECN_OR_COST(class) TC_PRIO_FILLER
-#endif
__u8 ip_tos2prio[16] = {
TC_PRIO_BESTEFFORT,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)