summaryrefslogtreecommitdiffstats
path: root/kernel/linux
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-09 17:58:33 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-09 17:58:33 +0000
commitf2f84d7fc5f85210fc6babd038d0cb4d1a63ddb4 (patch)
tree6604d86935d733d31b6311f8ed467f31e9bb1113 /kernel/linux
parenta2ffc9c1555123cd2cbfc1edf7899bc581b0f967 (diff)
broute chain is BROUTING, not BROUTE
Diffstat (limited to 'kernel/linux')
-rw-r--r--kernel/linux/net/bridge/netfilter/ebtable_broute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/linux/net/bridge/netfilter/ebtable_broute.c b/kernel/linux/net/bridge/netfilter/ebtable_broute.c
index 200ec41..2a87fbe 100644
--- a/kernel/linux/net/bridge/netfilter/ebtable_broute.c
+++ b/kernel/linux/net/bridge/netfilter/ebtable_broute.c
@@ -21,7 +21,7 @@
// EBT_ACCEPT means the frame will be bridged
// EBT_DROP means the frame will be routed
static struct ebt_entries initial_chain =
- {0, "BROUTE", 0, EBT_ACCEPT, 0};
+ {0, "BROUTING", 0, EBT_ACCEPT, 0};
static struct ebt_replace initial_table =
{