diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-03-02 16:10:54 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-03-27 16:12:45 +0000 |
commit | 491741a40443a66edd497bb15007198404500352 (patch) | |
tree | a66d1af38111b0b70d01ea3a8adb7580976c42f9 /docs | |
parent | 5ac392dc41c1d42d88f3790d2a6aa26427affc7a (diff) |
docs ethernet: add docs for ethernet Section
Type: docs
Change-Id: I6ad92b35df3e0fecb1334511625eacf3e3d8925f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gettingstarted/users/configuring/startup.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst index afac8b26734..f80d55c03df 100644 --- a/docs/gettingstarted/users/configuring/startup.rst +++ b/docs/gettingstarted/users/configuring/startup.rst @@ -1044,6 +1044,20 @@ a random, non-static entry is deleted. Defaults to 65535 entries. max-cache-size 65535 + +ethernet Section +----------------- + +default-mtu <n> +^^^^^^^^^^^^^^^ + +Specifies the default MTU size for Ethernet interfaces. Must be in +the range of 64-9000. The default is 9000. + +.. code-block:: console + + default-mtu 1500 + heapsize Section ----------------- |