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

bridge-utils 1.7.1

Manipulate Ethernet bridges

Utilities for Linux's Ethernet bridging facilities. A bridge is a way to connect two Ethernet segments together in a protocol independent way. Packets are forwarded based on Ethernet address, rather than IP address (like a router). Since forwarding is done at Layer 2, all protocols can go transparently through a bridge.

Installation

Install bridge-utils 1.7.1 as follows:

guix install bridge-utils@1.7.1

Or install the latest version:

guix install bridge-utils

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.