diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-11-18 08:50:40 +0100 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-11-18 08:50:40 +0100 |
commit | 26842cf666e7c8029dbdd8cb95642828b5e47cbc (patch) | |
tree | ef0a2790bc6b53f369871a6a70ade90cffd4dfb9 /docs | |
parent | 03593b4452ab3410565f66e4d122605dc6dc62ac (diff) | |
download | vyos-documentation-26842cf666e7c8029dbdd8cb95642828b5e47cbc.tar.gz vyos-documentation-26842cf666e7c8029dbdd8cb95642828b5e47cbc.zip |
T6884: adds documentation for container network mtu
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/container/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 8be82e1b..aea010f3 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -203,6 +203,11 @@ 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> vrf <nme> Bind container network to a given VRF instance. |