Bug#407563: ferm: Support negation of arrays

2007-01-23 Thread Max Kellermann
On 2007/01/19 15:47, Joerg Jaspert <[EMAIL PROTECTED]> wrote: > def $IPS=(1.2.3.4 3.4.5.6 5.6.7.8) > > proto tcp dport 26 !$IPS REJECT; > > -> doesnt work, ferm doesnt know how to handle this. It should be, its > live is easy rule handling. :) > > Yes, I know that I can write that as > > proto

Bug#407563: ferm: Support negation of arrays

2007-01-19 Thread Joerg Jaspert
Package: ferm Severity: wishlist ferm could get another feature: def $IPS=(1.2.3.4 3.4.5.6 5.6.7.8) proto tcp dport 26 !$IPS REJECT; -> doesnt work, ferm doesnt know how to handle this. It should be, its live is easy rule handling. :) Yes, I know that I can write that as proto tcp dport 26 {