From be823b38808b407625d74297cfff810916e956d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cirne?= Date: Thu, 28 Sep 2023 09:43:01 +0100 Subject: [PATCH] Add documentation for the vrf option on netavark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Cirne --- docs/source/markdown/podman-network-create.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md index bbf8c87a2d..17832ba1db 100644 --- a/docs/source/markdown/podman-network-create.1.md +++ b/docs/source/markdown/podman-network-create.1.md @@ -115,6 +115,7 @@ Additionally the `bridge` driver supports the following options: - `isolate`: This option isolates networks by blocking traffic between those that have this option enabled. - `com.docker.network.bridge.name`: This option assigns the given name to the created Linux Bridge - `com.docker.network.driver.mtu`: Sets the Maximum Transmission Unit (MTU) and takes an integer value. +- `vrf`: This option assigns a VRF to the bridge interface. It accepts the name of the VRF and defaults to none. Can only be used with the Netavark network backend. The `macvlan` and `ipvlan` driver support the following options: