diff options
author | Robert Göhler <github@ghlr.de> | 2024-05-16 14:53:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 14:53:04 +0200 |
commit | 07e746de23326d17b78eb707e5957e02fabfe72d (patch) | |
tree | f57eda2014e88aa8c5737a698b00d83eb1396761 | |
parent | 7ce237ce1f3d0b665cc3bb509fd71a7b5b23f2ff (diff) | |
parent | 5b0df293b968c9ecfdb468d44045dce627613e9f (diff) | |
download | vyos-documentation-07e746de23326d17b78eb707e5957e02fabfe72d.tar.gz vyos-documentation-07e746de23326d17b78eb707e5957e02fabfe72d.zip |
Merge pull request #1455 from vyos/mergify/bp/sagitta/pr-1452
Correct container network prefix doc (backport #1452)
-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> |