diff options
Diffstat (limited to 'network/ebtables/README')
-rw-r--r-- | network/ebtables/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/network/ebtables/README b/network/ebtables/README deleted file mode 100644 index 6dba3d2098..0000000000 --- a/network/ebtables/README +++ /dev/null @@ -1,10 +0,0 @@ -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. |