summaryrefslogtreecommitdiffstats
path: root/ebtables.8
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2011-01-18 20:08:34 +0000
committerBart De Schuymer <bdschuym@pandora.be>2011-01-18 20:08:34 +0000
commit6f7130a8707adc260c07cf1cb3e884bf857d0b9e (patch)
tree1adc34406b6eb13b0bfed2ccbf500b707ef063a7 /ebtables.8
parent57633b17a6bb4b737b13929dcc952fc04b92e0bd (diff)
extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)
Diffstat (limited to 'ebtables.8')
-rw-r--r--ebtables.811
1 files changed, 11 insertions, 0 deletions
diff --git a/ebtables.8 b/ebtables.8
index ff0805e..d6269df 100644
--- a/ebtables.8
+++ b/ebtables.8
@@ -700,6 +700,17 @@ If
The flag
.B --ip6-dport
is an alias for this option.
+.TP
+.BR "--ip6-icmp-type " "[!] {\fItype\fP[:\fItype\fP]/\fIcode\fP[:\fIcode\fP]|\fItypename\fP}"
+Specify ipv6\-icmp type and code to match.
+Ranges for both type and code are supported. Type and code are
+separated by a slash. Valid numbers for type and range are 0 to 255.
+To match a single type including all valid codes, symbolic names can
+be used instead of numbers. The list of known type names is shown by the command
+.nf
+ ebtables \-\-help ip6
+.fi
+This option is only valid for \-\-ip6-prococol ipv6-icmp.
.SS limit
This module matches at a limited rate using a token bucket filter.
A rule using this extension will match until this limit is reached.