From bd4052ed3f0ff6ddbf7213d886e342385b7c68f4 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 2 Oct 2014 13:58:42 +0200 Subject: tests: add tests for the masq expression The masq expression is lacking of tests. Let's add some. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- tests/jsonfiles/68-rule-masq.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/jsonfiles/68-rule-masq.json (limited to 'tests/jsonfiles') diff --git a/tests/jsonfiles/68-rule-masq.json b/tests/jsonfiles/68-rule-masq.json new file mode 100644 index 0000000..758f5ca --- /dev/null +++ b/tests/jsonfiles/68-rule-masq.json @@ -0,0 +1 @@ +{"nftables":[{"rule":{"family":"ip6","table":"nat","chain":"postrouting","handle":4,"expr":[{"type":"masq","flags":12}]}}]} -- cgit v1.2.3