From 26842cf666e7c8029dbdd8cb95642828b5e47cbc Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Mon, 18 Nov 2024 08:50:40 +0100 Subject: [PATCH 1/2] T6884: adds documentation for container network mtu --- docs/configuration/container/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 8be82e1b01..aea010f38f 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 mtu + + 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 vrf Bind container network to a given VRF instance. From e1cc1268b34fff717f746ae20d91219529d0348c Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Mon, 18 Nov 2024 08:52:16 +0100 Subject: [PATCH 2/2] T6884: adds documentation for missing container network config --- docs/configuration/container/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index aea010f38f..3e9f634150 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 no-name-server + + Disable Domain Name System (DNS) plugin for this network. + .. cfgcmd:: set container network vrf Bind container network to a given VRF instance.