From fea216cb540f2edf81ca3acfc9a959062ace59c5 Mon Sep 17 00:00:00 2001 From: astraw99 Date: Sat, 8 Jul 2023 20:14:09 +0800 Subject: [PATCH] Add the tap and vrf plugins in doc Signed-off-by: astraw99 --- content/plugins/current/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/plugins/current/_index.md b/content/plugins/current/_index.md index 29f3689..c06211c 100644 --- a/content/plugins/current/_index.md +++ b/content/plugins/current/_index.md @@ -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 @@ -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