aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/nf_flowtable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/nf_flowtable.txt')
-rw-r--r--Documentation/networking/nf_flowtable.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/nf_flowtable.txt b/Documentation/networking/nf_flowtable.txt
index ca2136c76042..0bf32d1121be 100644
--- a/Documentation/networking/nf_flowtable.txt
+++ b/Documentation/networking/nf_flowtable.txt
@@ -76,7 +76,7 @@ flowtable and add one rule to your forward chain.
table inet x {
flowtable f {
- hook ingress priority 0 devices = { eth0, eth1 };
+ hook ingress priority 0; devices = { eth0, eth1 };
}
chain y {
type filter hook forward priority 0; policy accept;