diff options
author | Arturo Borrero <arturo.borrero.glez@gmail.com> | 2014-10-02 13:58:42 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-10-03 14:04:31 +0200 |
commit | bd4052ed3f0ff6ddbf7213d886e342385b7c68f4 (patch) | |
tree | 79dc059e64a814a19207335d7df6de979bb77fb3 /tests/xmlfiles | |
parent | dfe156710a7efb1c676ef5d90729c02482a20f84 (diff) |
tests: add tests for the masq expression
The masq expression is lacking of tests. Let's add some.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/xmlfiles')
-rw-r--r-- | tests/xmlfiles/79-rule-masq.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xmlfiles/79-rule-masq.xml b/tests/xmlfiles/79-rule-masq.xml new file mode 100644 index 0000000..303f2f2 --- /dev/null +++ b/tests/xmlfiles/79-rule-masq.xml @@ -0,0 +1 @@ +<nftables><rule><family>ip6</family><table>nat</table><chain>postrouting</chain><handle>4</handle><expr type="masq"><flags>12</flags></expr></rule></nftables> |