From af5eb575c20c12d5196be3991b48f15c97c5330a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 21 Sep 2012 07:40:33 -0700 Subject: [PATCH] Add tcfilter example with PRIORITY Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-tcfilters.xml | 17 +++++++++++++++++ Shorewall6/manpages/shorewall6-tcfilters.xml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/Shorewall/manpages/shorewall-tcfilters.xml b/Shorewall/manpages/shorewall-tcfilters.xml index 25601eb6e..40cbd0868 100644 --- a/Shorewall/manpages/shorewall-tcfilters.xml +++ b/Shorewall/manpages/shorewall-tcfilters.xml @@ -285,6 +285,23 @@ 1:10 ::/0 ::/0 icmp6 echo-reply + + + Example 2: + + + Add two filters with priority 10 (Shorewall 4.5.8 or + later). + + #CLASS SOURCE DEST PROTO DEST PRIORITY + # PORT + + IPV4 + + 1:10 0.0.0.0/0 0.0.0.0/0 icmp echo-request 10 + 1:10 0.0.0.0/0 0.0.0.0/0 icmp echo-reply 10 + + diff --git a/Shorewall6/manpages/shorewall6-tcfilters.xml b/Shorewall6/manpages/shorewall6-tcfilters.xml index 8782d7f1c..a6a405f68 100644 --- a/Shorewall6/manpages/shorewall6-tcfilters.xml +++ b/Shorewall6/manpages/shorewall6-tcfilters.xml @@ -279,6 +279,23 @@ 1:10 ::/0 ::/0 icmp6 echo-reply + + + Example 2: + + + Add two filters with priority 10 (Shorewall 4.5.8 or + later). + + #CLASS SOURCE DEST PROTO DEST PRIORITY + # PORT + + IPV6 + + 1:10 ::/0 ::/0 icmp echo-request 10 + 1:10 ::/0 ::/0 icmp echo-reply 10 + +