patch-2.4.17 linux/include/net/dn_fib.h
Next file: linux/include/net/irda/irlmp.h
Previous file: linux/include/linux/usb.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/include/net/dn_fib.h
- Orig date:
Mon Dec 11 21:33:56 2000
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/include/net/dn_fib.h linux/include/net/dn_fib.h
@@ -113,9 +113,7 @@
int (*get_info)(struct dn_fib_table *table, char *buf,
int first, int count);
#endif /* CONFIG_PROC_FS */
-#ifdef CONFIG_RTNETLINK
int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb);
-#endif /* CONFIG_RTNETLINK */
unsigned char data[0];
};
@@ -163,7 +161,6 @@
/*
* rtnetlink interface
*/
-#ifdef CONFIG_RTNETLINK
extern int dn_fib_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg);
extern int dn_fib_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg);
extern int dn_fib_dump(struct sk_buff *skb, struct netlink_callback *cb);
@@ -171,7 +168,6 @@
extern int dn_fib_rtm_delrule(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg);
extern int dn_fib_rtm_newrule(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg);
extern int dn_fib_dump_rules(struct sk_buff *skb, struct netlink_callback *cb);
-#endif /* CONFIG_RTNETLINK */
#define DN_NUM_TABLES 255
#define DN_MIN_TABLE 1
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)