bridge
networking and traffic control tools
Install
- All systems
-
curl cmd.cat/bridge.sh
- Debian
-
apt-get install iproute2
- Ubuntu
-
apt-get install iproute2
- Alpine
-
apk add iproute2
- Arch Linux
-
pacman -S iproute2
- Kali Linux
-
apt-get install iproute2
- CentOS
-
yum install iproute
- Fedora
-
dnf install containernetworking-cni
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install iproute2
- Raspbian
-
apt-get install iproute2
- Dockerfile
- dockerfile.run/bridge
- Docker
-
docker run cmd.cat/bridge bridge
powered by Commando
iproute2
networking and traffic control tools
The iproute2 suite is a collection of utilities for networking and traffic control. These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'.
iproute
transitional dummy package for iproute2
This is a transitional dummy package to get upgrading systems to install the iproute2 package. It can safely be removed once no other package depends on it.
rstp
Rapid Spanning Tree User Space Daemon
containernetworking-cni
The CNI (Container Network Interface) project consists of a
specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted.