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 {
      $IPS ACCEPT;
      REJECT;
}

but thats ugly and IMO should be ferms job. :)

-- 
bye Joerg
<HE> Lalalala ... Ich bin die Sponsoren-Schlampe - Wer hat heute Lust?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to