diff options
author | Jan Engelhardt <jengelh@inai.de> | 2015-07-15 14:53:39 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-08-12 19:49:40 +0200 |
commit | 4264de1f270a0fac44dde8ece6fde0a879aebc8e (patch) | |
tree | e77b75bbe0a6bb2c5d7349949d6035c860086017 /extensions/libip6t_ah.t | |
parent | 34344db9878ed53b387180362b1be77001e03e45 (diff) |
extensions: restore matching any SPI id by default
This is the same as commit v1.4.15-12-g8a988f6.
If no id option is given, the extensions only match packets with a
zero-valued identification field. This behavior deviates from what it
used to do back in v1.4.10-273-g6944f2c^.
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libip6t_ah.t')
-rw-r--r-- | extensions/libip6t_ah.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libip6t_ah.t b/extensions/libip6t_ah.t index 459e9ecd..36ca7dfb 100644 --- a/extensions/libip6t_ah.t +++ b/extensions/libip6t_ah.t @@ -12,3 +12,4 @@ -m ah --ahspi invalid;;FAIL -m ah --ahspi 0:invalid;;FAIL -m ah --ahspi;;FAIL +-m ah;-m ah --ahspi 0;FAIL |