ebtables - Linux-based bridging firewall
#
The ebtables is a filtering tool for Linux-based bridging firewall. It enables transparent filtering of network traffic passing through a Linux bridge.
1. List ebtables rules
List all rules in all chains
~# ebtables -L
Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 0, policy: ACCEPT
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT