patch-2.2.0-pre8 linux/net/ipv4/ip_input.c
Next file: linux/net/ipv4/ip_masq.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Jan 17 10:00:00 1999
- Orig file:
v2.2.0-pre7/linux/net/ipv4/ip_input.c
- Orig date:
Mon Oct 5 13:13:48 1998
diff -u --recursive --new-file v2.2.0-pre7/linux/net/ipv4/ip_input.c linux/net/ipv4/ip_input.c
@@ -5,7 +5,7 @@
*
* The Internet Protocol (IP) module.
*
- * Version: $Id: ip_input.c,v 1.34 1998/10/03 09:37:23 davem Exp $
+ * Version: $Id: ip_input.c,v 1.35 1999/01/12 14:32:48 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -503,7 +503,9 @@
{
int fwres;
u16 rport;
+#ifdef CONFIG_IP_ROUTE_TOS
u8 tos = iph->tos;
+#endif
if ((fwres=call_in_firewall(PF_INET, skb->dev, iph, &rport, &skb))<FW_ACCEPT) {
if (fwres==FW_REJECT)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov