summaryrefslogtreecommitdiffstats
path: root/doc/stateful-objects.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/stateful-objects.txt')
-rw-r--r--doc/stateful-objects.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stateful-objects.txt b/doc/stateful-objects.txt
index 32a3a5c8..c7488b28 100644
--- a/doc/stateful-objects.txt
+++ b/doc/stateful-objects.txt
@@ -34,7 +34,7 @@ table inet myhelpers {
type "ftp" protocol tcp
}
chain prerouting {
- type filter hook prerouting priority 0;
+ type filter hook prerouting priority filter;
tcp dport 21 ct helper set "ftp-standard"
}
}