renamed $fw,$current -> $rule
[ferm.git] / test / modules / policy.ferm
blob5af1ac366c4ff5132a89427309ae469639d89929
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;