[Ferm] Possible bug or improper usage?

Max Kellermann max at duempel.org
Mon Apr 23 18:44:33 CEST 2012


On 2012/03/29 14:42, "Kees Meijs - SIGNET B.V." <kmeijs at signet.nl> wrote:
> ># ferm -i /etc/ferm/ferm.conf
> >Error in /etc/ferm/ferm.conf line 140:
> >domain eb table filter
> >{
> >    chain FORWARD
> >    {
> >        proto ether-arp arp-opcode <--
> >Unrecognized keyword: arp-opcode
> 
> Is is a possible bug in the ebtables part or am I doing something
> wrong?

The latter.  The protocol "ether-arp" does not exist in ebtables
(according to the 2.0.9.2 manpage), it's called "arp".

Oh, and there's a ferm bug: ferm understands the protocol name only in
all-uppercase.  Did ebtables syntax change?  I've never used ebtables
myself.

Max


More information about the Ferm mailing list