summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/esp.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/esp.t.json')
-rw-r--r--tests/py/inet/esp.t.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/py/inet/esp.t.json b/tests/py/inet/esp.t.json
index 84ea9eea..ee690f96 100644
--- a/tests/py/inet/esp.t.json
+++ b/tests/py/inet/esp.t.json
@@ -128,6 +128,26 @@
}
]
+# esp spi != { 100-102}
+[
+ {
+ "match": {
+ "left": {
+ "payload": {
+ "field": "spi",
+ "protocol": "esp"
+ }
+ },
+ "op": "!=",
+ "right": {
+ "set": [
+ { "range": [ 100, 102 ] }
+ ]
+ }
+ }
+ }
+]
+
# esp sequence 22
[
{