Those were forgotten when renaming meta secpath to meta ipsec.
Fixes: 8f55ed41d0070 ("src: rename meta secpath to meta ipsec")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
}
]
-# meta secpath exists
+# meta ipsec exists
[
{
"match": {
"left": {
- "meta": { "key": "secpath" }
+ "meta": {
+ "key": "ipsec"
+ }
},
- "op": "==",
+ "op": "==",
"right": true
}
}
}
]
+# meta secpath missing
+[
+ {
+ "match": {
+ "left": {
+ "meta": {
+ "key": "ipsec"
+ }
+ },
+ "op": "==",
+ "right": false
+ }
+ }
+]
+