Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/plugins/current/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These are general-purpose CNI network plugins maintained by the containernetwork
* [`ptp`](main/ptp): Creates a veth pair
* [`host-device`](main/host-device): Moves an already-existing device into a container
* [`vlan`](main/vlan): Creates a vlan interface off a master
* [`tap`](main/tap): Creates a tap device inside the container namespace

#### Windows: windows specific

Expand All @@ -38,6 +39,7 @@ These are general-purpose CNI network plugins maintained by the containernetwork
* [`bandwidth`](meta/bandwidth): Allows bandwidth-limiting through use of traffic control tbf (ingress/egress)
* [`sbr`](meta/sbr): A plugin that configures source based routing for an interface (from which it is chained)
* [`firewall`](meta/firewall): A firewall plugin which uses iptables or firewalld to add rules to allow traffic to/from the container
* [`vrf`](meta/vrf): Creates a [VRF](https://www.kernel.org/doc/Documentation/networking/vrf.txt) in the network namespace

## Contact

Expand Down