Skip to content

Commit

Permalink
Merge pull request #20184 from MrSuicideParrot/main
Browse files Browse the repository at this point in the history
[CI:DOCS] Add documentation for the vrf option on Netavark
  • Loading branch information
openshift-merge-robot authored Sep 28, 2023
2 parents c9730e2 + be823b3 commit 8fb719f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/markdown/podman-network-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8fb719f

Please sign in to comment.