patch-2.4.17 linux/net/ipv4/fib_semantics.c
Next file: linux/net/ipv4/ipconfig.c
Previous file: linux/net/ipv4/fib_rules.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/ipv4/fib_semantics.c
- Orig date:
Tue Aug 22 15:59:00 2000
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/ipv4/fib_semantics.c linux/net/ipv4/fib_semantics.c
@@ -5,7 +5,7 @@
*
* IPv4 Forwarding Information Base: semantics.
*
- * Version: $Id: fib_semantics.c,v 1.17 2000/08/19 23:22:56 davem Exp $
+ * Version: $Id: fib_semantics.c,v 1.18 2001/10/31 21:55:54 davem Exp $
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*
@@ -626,8 +626,6 @@
return inet_select_addr(FIB_RES_DEV(*res), FIB_RES_GW(*res), res->scope);
}
-#ifdef CONFIG_RTNETLINK
-
int
fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event,
u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos,
@@ -697,8 +695,6 @@
skb_trim(skb, b - skb->data);
return -1;
}
-
-#endif /* CONFIG_RTNETLINK */
#ifndef CONFIG_IP_NOSIOCRT
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)