removed --debug, --verbose
[ferm.git] / test / misc / stack.ferm
blob8e781025195044d874e6dfccb4eff1eb27636f6f
1 @def $FOO = tcp;
3 chain INPUT {
4     proto $FOO ACCEPT;
5     interface eth0 {
6         @def $FOO = udp;
7         proto $FOO DROP;
8     }
9     proto $FOO ACCEPT;