allow policy QUEUE and RETURN
[ferm.git] / test / misc / basename.ferm
blob9a0d10ab6bc03ef4378ed998b0c5a5ae3fff46d3
1 # test for @basename()
3 @def $a = '/tmp/bla/foo';
5 chain INPUT {
6     mod comment comment @basename($a) ACCEPT;
7     mod comment comment @dirname($a) DROP;