detect double negation
[ferm.git] / test / modules / policy.ferm
blob4b28821ddb54d7dd8314255cf4fb2fbd2f9e2351
1 table filter chain INPUT mod policy {
2     dir out strict spi 0xbeef proto esp mode transport ACCEPT;
3     mode tunnel tunnel-src 192.168.1.2 tunnel-dst 192.168.2.1 ACCEPT;
4     next DROP;
5     proto esp protocol tcp REJECT;