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 /src/vnet | |
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 'src/vnet')
-rw-r--r-- | src/vnet/ethernet/interface.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vnet/ethernet/interface.c b/src/vnet/ethernet/interface.c index 3b9093c6031..629f190f9f8 100644 --- a/src/vnet/ethernet/interface.c +++ b/src/vnet/ethernet/interface.c @@ -1192,6 +1192,13 @@ VLIB_CLI_COMMAND (delete_sub_interface_command, static) = { }; /* *INDENT-ON* */ +/* ethernet { ... } configuration. */ +/*? + * + * @cfgcmd{default-mtu <n>} + * Specify the default mtu in the range of 64-9000. The default is 9000 bytes. + * + */ static clib_error_t * ethernet_config (vlib_main_t * vm, unformat_input_t * input) { |