diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2011-01-18 20:08:34 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2011-01-18 20:08:34 +0000 |
commit | 6f7130a8707adc260c07cf1cb3e884bf857d0b9e (patch) | |
tree | 1adc34406b6eb13b0bfed2ccbf500b707ef063a7 /ebtables.8 | |
parent | 57633b17a6bb4b737b13929dcc952fc04b92e0bd (diff) | |
download | ebtables-6f7130a8707adc260c07cf1cb3e884bf857d0b9e.tar.gz ebtables-6f7130a8707adc260c07cf1cb3e884bf857d0b9e.tar.bz2 ebtables-6f7130a8707adc260c07cf1cb3e884bf857d0b9e.zip |
extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |