slackbuilds/network/ebtables
dsomero 9760463c42 network/ebtables: Fixed (Don't clobber config file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-09-30 20:01:06 -05:00
..
README network/ebtables: Added (Ethernet frame filtering on a Linux bridge) 2011-09-21 19:48:32 -03:00
doinst.sh network/ebtables: Fixed (Don't clobber config file) 2012-09-30 20:01:06 -05:00
ebtables.SlackBuild network/ebtables: Fixed (Don't clobber config file) 2012-09-30 20:01:06 -05:00
ebtables.info network/ebtables: Disabled a "warning-as-error" that broke build. 2012-09-17 23:34:12 -05:00
slack-desc network/ebtables: Added (Ethernet frame filtering on a Linux bridge) 2011-09-21 19:48:32 -03:00

README

The ebtables program is a filtering tool for a Linux-based bridging firewall. It
enables transparent filtering of network traffic passing through a Linux bridge.
The filtering possibilities are limited to link layer filtering and some basic
filtering on higher network layers. Advanced logging, MAC DNAT/SNAT and brouter
facilities are also included.

The ebtables tool can be combined with the other Linux filtering tools (iptables,
ip6tables and arptables) to make a bridging firewall that is also capable of
filtering these higher network layers. This is enabled through the
bridge-netfilter architecture which is a part of the standard Linux kernel.