diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-11-18 08:52:16 +0100 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-11-18 08:53:37 +0100 |
commit | e1cc1268b34fff717f746ae20d91219529d0348c (patch) | |
tree | 294392ed1005f8780ed4f8a711b38cf0f23e334c /docs | |
parent | 26842cf666e7c8029dbdd8cb95642828b5e47cbc (diff) | |
download | vyos-documentation-e1cc1268b34fff717f746ae20d91219529d0348c.tar.gz vyos-documentation-e1cc1268b34fff717f746ae20d91219529d0348c.zip |
T6884: adds documentation for missing container network config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/container/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index aea010f3..3e9f6341 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -208,6 +208,10 @@ Container Networks Configure :abbr:`MTU (Maximum Transmission Unit)` for a given network. It is the size (in bytes) of the largest ethernet frame sent on this link. +.. cfgcmd:: set container network <name> no-name-server + + Disable Domain Name System (DNS) plugin for this network. + .. cfgcmd:: set container network <name> vrf <nme> Bind container network to a given VRF instance. |