diff --git a/Shorewall/manpages/shorewall-mangle.xml b/Shorewall/manpages/shorewall-mangle.xml index 49c6786f1..c64d40785 100644 --- a/Shorewall/manpages/shorewall-mangle.xml +++ b/Shorewall/manpages/shorewall-mangle.xml @@ -351,18 +351,18 @@ The following rules are equivalent: - 2:P eth0 - tcp 22 -INLINE(2):P eth0 - tcp 22 -INLINE(2):P eth0 - ; -p tcp -INLINE eth0 - tcp 22 ; -j MARK --set-mark 2 -INLINE eth0 - ; -p tcp -j MARK --set-mark 2 + 2:P eth0 - tcp 22 +INLINE(MARK(2)):P eth0 - tcp 22 +INLINE(MARK(2)):P eth0 - ; -p tcp +INLINE eth0 - tcp 22 ; -j MARK --set-mark 2 +INLINE eth0 - ; -p tcp -j MARK --set-mark 2 If INLINE_MATCHES=Yes in shorewall6.conf(5) then the third rule above can be specified as follows: - 2:P eth0 - ; -p tcp + MARK(2):P eth0 - ; -p tcp diff --git a/Shorewall6/manpages/shorewall6-mangle.xml b/Shorewall6/manpages/shorewall6-mangle.xml index 060d58565..c403f4552 100644 --- a/Shorewall6/manpages/shorewall6-mangle.xml +++ b/Shorewall6/manpages/shorewall6-mangle.xml @@ -347,23 +347,23 @@ specified at the end of the rule. If the target is not one known to Shorewall, then it must be defined as a builtin action in shorewall6-actions + url="/manpages/shorewall-actions.html">shorewall-actions (5). The following rules are equivalent: - 2:P eth0 - tcp 22 -INLINE(2):P eth0 - tcp 22 -INLINE(2):P eth0 - ; -p tcp -INLINE eth0 - tcp 22 ; -j MARK --set-mark 2 -INLINE eth0 - ; -p tcp -j MARK --set-mark 2 + 2:P eth0 - tcp 22 +INLINE(MARK(2)):P eth0 - tcp 22 +INLINE(MARK(2)):P eth0 - ; -p tcp +INLINE eth0 - tcp 22 ; -j MARK --set-mark 2 +INLINE eth0 - ; -p tcp -j MARK --set-mark 2 If INLINE_MATCHES=Yes in shorewall6.conf(5) + url="/manpages/shorewall.conf.html">shorewall6.conf(5) then the third rule above can be specified as follows: - 2:P eth0 - ; -p tcp + MARK(2):P eth0 - ; -p tcp