patch-2.1.88 linux/include/net/route.h

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

diff -u --recursive --new-file v2.1.87/linux/include/net/route.h linux/include/net/route.h
@@ -61,6 +61,9 @@
 
 #include <linux/route.h>
 
+#define RTO_ONLINK	0x01
+#define RTO_TPROXY	0x80000000
+
 struct rt_key
 {
 	__u32			dst;
@@ -111,7 +114,7 @@
 				       u32 src, u8 tos, struct device *dev);
 extern void		ip_rt_advice(struct rtable **rp, int advice);
 extern void		rt_cache_flush(int how);
-extern int		ip_route_output(struct rtable **, u32 dst, u32 src, u8 tos, int oif);
+extern int		ip_route_output(struct rtable **, u32 dst, u32 src, u32 tos, int oif);
 extern int		ip_route_input(struct sk_buff*, u32 dst, u32 src, u8 tos, struct device *devin);
 extern unsigned short	ip_rt_frag_needed(struct iphdr *iph, unsigned short new_mtu);
 extern void		ip_rt_send_redirect(struct sk_buff *skb);

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