From 4cc5ee6b731dc840b863a49fcb1b6ba85c077a74 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 29 Dec 2013 10:13:38 -0800 Subject: [PATCH] Document IP[6]TABLES in the manpages Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-mangle.xml | 22 ++++++++++++++++++++++ Shorewall6/manpages/shorewall6-mangle.xml | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/Shorewall/manpages/shorewall-mangle.xml b/Shorewall/manpages/shorewall-mangle.xml index 792ac8277..ba219f85f 100644 --- a/Shorewall/manpages/shorewall-mangle.xml +++ b/Shorewall/manpages/shorewall-mangle.xml @@ -425,6 +425,28 @@ INLINE eth0 - ; -p tcp -j MARK --set-mark + + IPTABLES({target + [option ...]) + + + This action allows you to specify an iptables target + with options (e.g., 'IPTABLES(MARK --set-xmark 0x01/0xff)'. If + the target is not one recognized by Shorewall, the following + error message will be issued: + + + ERROR: Unknown target + (target) + + + This error message may be eliminated by adding the + target as a builtin action in + shorewall-actions(5). + + + MARK({mark|range}) diff --git a/Shorewall6/manpages/shorewall6-mangle.xml b/Shorewall6/manpages/shorewall6-mangle.xml index 8b21a6013..cb75b9b1c 100644 --- a/Shorewall6/manpages/shorewall6-mangle.xml +++ b/Shorewall6/manpages/shorewall6-mangle.xml @@ -427,6 +427,28 @@ INLINE eth0 - ; -p tcp -j MARK --set-mark + + IP6TABLES({target + [option ...]) + + + This action allows you to specify an iptables target + with options (e.g., 'IP6TABLES(MARK --set-xmark 0x01/0xff)'. + If the target is not one recognized by Shorewall, the + following error message will be issued: + + + ERROR: Unknown target + (target) + + + This error message may be eliminated by adding the + target as a builtin action in + shorewall6-actions(5). + + + MARK({mark|range})