summaryrefslogtreecommitdiffstats
path: root/kernel/linux/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-09-16 21:50:18 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-09-16 21:50:18 +0000
commitaa80bebc7a354c9bc2e3420bca22b27024a3975a (patch)
tree03f0809a25dc9ccf662b0be946e947683b15486a /kernel/linux/include
parent4245cbb0c1fa7fce690dce9a0ba910c32600ee10 (diff)
cleanup brouter interface
Diffstat (limited to 'kernel/linux/include')
-rw-r--r--kernel/linux/include/linux/if_bridge.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/kernel/linux/include/linux/if_bridge.h b/kernel/linux/include/linux/if_bridge.h
index a41b185..0bd48c1 100644
--- a/kernel/linux/include/linux/if_bridge.h
+++ b/kernel/linux/include/linux/if_bridge.h
@@ -4,7 +4,7 @@
* Authors:
* Lennert Buytenhek <buytenh@gnu.org>
*
- * $Id: if_bridge.h,v 1.2 2002/08/22 17:50:19 bdschuym Exp $
+ * $Id: if_bridge.h,v 1.3 2002/09/16 21:50:18 bdschuym Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -103,12 +103,8 @@ struct net_bridge_port;
extern int (*br_ioctl_hook)(unsigned long arg);
extern int (*br_handle_frame_hook)(struct sk_buff *skb);
-#if defined(CONFIG_BRIDGE_EBT_BROUTE) || \
- defined(CONFIG_BRIDGE_EBT_BROUTE_MODULE)
-extern unsigned int (*broute_decision) (unsigned int hook, struct sk_buff **pskb,
- const struct net_device *in, const struct net_device *out,
- int (*okfn)(struct sk_buff *));
-#endif
+extern int (*br_should_route_hook)(struct sk_buff **pskb);
+
#endif
#endif