summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/osf.t.json
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2018-10-23 17:06:22 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-10-23 17:46:47 +0200
commit03eafe098d5eead786cbbe6f79348f05819cd99e (patch)
tree852498d1288759dafa8773c04fc24e3f54d4512a /tests/py/inet/osf.t.json
parentd7ef1e206bd9b36607dddcf337fada11d743b61f (diff)
osf: add ttl option support
Add support for ttl option in "osf" expression. Example: table ip foo { chain bar { type filter hook input priority filter; policy accept; osf ttl skip name "Linux" } } Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/inet/osf.t.json')
-rw-r--r--tests/py/inet/osf.t.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/py/inet/osf.t.json b/tests/py/inet/osf.t.json
index 4bb413ca..45335cab 100644
--- a/tests/py/inet/osf.t.json
+++ b/tests/py/inet/osf.t.json
@@ -4,6 +4,7 @@
"match": {
"left": {
"osf": {
+ "ttl": 0,
"key": "name"
}
},
@@ -19,6 +20,7 @@
"match": {
"left": {
"osf": {
+ "ttl": 0,
"key": "name"
}
},
@@ -58,6 +60,7 @@
},
"key": {
"osf": {
+ "ttl": 0,
"key": "name"
}
}