Displaying 1 result from an estimated 1 matches for "testrule3".
Did you mean:
testrule
2020 Nov 13
5
[Bug 1481] New: [ebtables-nft] ebtables -E gives error
...Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: pedretti.fabio at gmail.com
Originally reported here:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/1904192
Legacy ebtables OK:
# ebtables --concurrent -t nat -N testrule3
# ebtables --concurrent -t nat -E testrule3 testrule3-renamed
ebtables nft (1.8.6) error:
# ebtables --concurrent -t nat -N testrule3
# ebtables --concurrent -t nat -E testrule3 testrule3-renamed
ebtables v1.8.6 (nf_tables): Chain 'testrule3' doesn't exists
Try `ebtables -h' or ...