The man page says this:
> {add | create} chain [family] table chain [ { {type} {hook} [device] {priority} } [policy] ]
But I suggest it should say this:
> {add | create} chain [family] table chain [ { {type} {hook} [device] {priority ;} [policy ;] } ]
i.e. the policy tuple should be inside the braces along with type, hook, device
& priority. Also the device & priority tuples each need to be followed by a
semicolon.
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
<arg choice="req"><replaceable>type</replaceable></arg>
<arg choice="req"><replaceable>hook</replaceable></arg>
<arg choice="opt"><replaceable>device</replaceable></arg>
- <arg choice="req"><replaceable>priority</replaceable></arg>
+ <arg choice="req"><replaceable>priority</replaceable> ;</arg>
+ <arg choice="opt"><replaceable>policy</replaceable> ;</arg>
</arg>
- <arg choice="opt"><replaceable>policy</replaceable></arg>
</arg>
</cmdsynopsis>
<cmdsynopsis>