Package: ferm Version: 2.4-1 Severity: normal Dear Maintainer,
I've already reported this problem but looks like author ignores me: https://github.com/MaxKellermann/ferm/issues/32 The correct command, that works: ebtables -t broute -A BROUTING --protocol IPV4 --ip-source <IP> --jump ACCEPT in ferm form: % cat test.conf domain eb table broute chain BROUTING { proto IPV4 mod ip source <IP> ACCEPT; } % /usr/sbin/ferm --shell --remote test.conf ... ebtables -t broute -A BROUTING --protocol IPV4 --match ip --source <IP> --jump ACCEPT trying ro run it will give: Unknown argument: '--match

