Hi Nicola, On Wed, Oct 09, 2024 at 10:22:16AM +0200, Nicola Serafini wrote: > Hi list, I noticed that ebtables command line utility has not a "-S (--list-rules)" argument which is widely adopted by the other command line tools (arptables, iptables). > > I think it can be useful for many reasons, so I'm here to ask whether it was deliberately omitted or not and why. Ebtables' UI is different in so many aspects, I find it rather interesting that there are shared options with iptables. ;) In iptables.git, ebtables-nft already has support for -S option (although undocumented), so next release will enable this feature for you (unless you stick to ebtables-legacy). Cheers, Phil