Skip to content

Commit

Permalink
Merge pull request #1568 from nvollmar/T6884
Browse files Browse the repository at this point in the history
T6884: Add documentation for mtu config option
  • Loading branch information
dmbaturin authored Nov 19, 2024
2 parents 03593b4 + e1cc126 commit 4477988
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/configuration/container/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4477988

Please sign in to comment.