import-ferm: support empty string parameters
[ferm.git] / test / targets / ttl.ferm
blob1ad33824a28ef04e8584438537faa276feb04301
1 table filter chain INPUT {
2     proto tcp dport 2000 TTL ttl-set 10;
3     proto tcp dport 2001 TTL ttl-dec 1;
4     proto tcp dport 2002 TTL ttl-inc 2;