diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-11-19 10:26:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 10:26:27 +0000 |
commit | 44779888b32c40f29c3ff3c074608a5532953f13 (patch) | |
tree | 294392ed1005f8780ed4f8a711b38cf0f23e334c /docs | |
parent | 03593b4452ab3410565f66e4d122605dc6dc62ac (diff) | |
parent | e1cc1268b34fff717f746ae20d91219529d0348c (diff) | |
download | vyos-documentation-44779888b32c40f29c3ff3c074608a5532953f13.tar.gz vyos-documentation-44779888b32c40f29c3ff3c074608a5532953f13.zip |
Merge pull request #1568 from nvollmar/T6884
T6884: Add documentation for mtu config option
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/container/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 8be82e1b..3e9f6341 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -203,6 +203,15 @@ Container Networks 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> mtu <number> + + 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. |