patch-2.1.9 linux/include/net/ipv6_route.h

Next file: linux/include/net/netrom.h
Previous file: linux/include/net/checksum.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/include/net/ipv6_route.h linux/include/net/ipv6_route.h
@@ -114,6 +114,8 @@
 #define DC_TIME_RUN		(5*HZ)
 #define DC_TIME_RETRY		HZ
 
+#define RT6_FILTER_NONE		0
+#define RT6_FILTER_RTNODES	1
 /*
  *	Prototypes
  */
@@ -145,6 +147,8 @@
 
 extern void			ipv6_route_init(void);
 extern void			ipv6_route_cleanup(void);
+
+extern void			rt6_ifdown(struct device *dev);
 
 extern int			ipv6_route_add(struct in6_rtmsg *rt);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov