Skip to content

Commit

Permalink
Add the tap and vrf plugins in doc
Browse files Browse the repository at this point in the history
Signed-off-by: astraw99 <[email protected]>
  • Loading branch information
astraw99 committed Jul 8, 2023
1 parent e322049 commit fea216c
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit fea216c

Please sign in to comment.