This package browser is in early development. Mind the rough edges.

ebtables

Ethernet bridge frame table administration

ebtables is an application program used to set up and maintain the tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is analogous to the iptables application, but less complicated, due to the fact that the Ethernet protocol is much simpler than the IP protocol.

Installation

Install the latest version of ebtables as follows:

guix install ebtables

Or install a particular version:

guix install ebtables@2.0.11

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.