allow policy QUEUE and RETURN
[ferm.git] / test / targets / redirect.ferm
blob69af7f5a97d157a3ea28a31e26b4c83c49a05af0
1 table nat chain PREROUTING {
2     interface eth0 REDIRECT to-ports 10000:20000;
3     interface eth0 REDIRECT to-ports 20000:30000 random;