diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 09:26:12 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 09:28:32 +0200 |
commit | 42587aaaae98bab03b1a5b5241f07935585e2153 (patch) | |
tree | 0d479ce64c90bd9caa726063cfbc5772f7cf144f /docs | |
parent | 7973a39fe90997ebe45f0ef50ec8e5e3d02cfa6c (diff) | |
download | vyos-documentation-42587aaaae98bab03b1a5b5241f07935585e2153.tar.gz vyos-documentation-42587aaaae98bab03b1a5b5241f07935585e2153.zip |
Correct container network prefix doc
Diffstat (limited to 'docs')
-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> |