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
+
+