diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 09:26:12 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-16 12:52:08 +0000 |
commit | 5b0df293b968c9ecfdb468d44045dce627613e9f (patch) | |
tree | f57eda2014e88aa8c5737a698b00d83eb1396761 | |
parent | 7ce237ce1f3d0b665cc3bb509fd71a7b5b23f2ff (diff) | |
download | vyos-documentation-5b0df293b968c9ecfdb468d44045dce627613e9f.tar.gz vyos-documentation-5b0df293b968c9ecfdb468d44045dce627613e9f.zip |
Correct container network prefix doc
(cherry picked from commit 42587aaaae98bab03b1a5b5241f07935585e2153)
-rw-r--r-- | docs/configuration/container/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 39215f98..008405b1 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -176,8 +176,8 @@ Container Networks .. cfgcmd:: set container network <name> prefix <ipv4|ipv6> - Define IPv4 or IPv6 prefix for a given network name. Only one IPv4 and - one IPv6 prefix can be used per network name. + Define IPv4 and/or IPv6 prefix for a given network name. + Both IPv4 and IPv6 can be used in parallel. .. cfgcmd:: set container network <name> vrf <nme> |