aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/MTU.md
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-04-17 17:28:45 -0400
committerFlorin Coras <florin.coras@gmail.com>2019-04-19 20:38:22 +0000
commit51cbbd2282f39ff1b64781c73efbbe3b332ed3d9 (patch)
tree10bb0c7d1ed9f5511d42de18198e9acb877bc01b /src/vnet/MTU.md
parent9e6c53bbd685f9fefa295d12dfe6bc55b5e5d3ea (diff)
Doxygen cleanup.
- Add subpages definitions in appropriate section (User or Dev docs) for doc files (*.rst, *.md) that being listed at the top level of the generated doc page. - Generate and add API list to RELEASE doc. - Fix list_api_changes script to use HEAD as the endtag so it doesn't need to be changed every release. Change-Id: Iace7b6433359c6b96869cb1db01facbbcb0ac1e6 Signed-off-by: Dave Wallace <dwallacelf@gmail.com> (cherry picked from commit 11ee93f6abfaddf5bbd56cf0858c0c6ea0384b65)
Diffstat (limited to 'src/vnet/MTU.md')
-rw-r--r--src/vnet/MTU.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/MTU.md b/src/vnet/MTU.md
index 32b8c39edea..a0a8ba87490 100644
--- a/src/vnet/MTU.md
+++ b/src/vnet/MTU.md
@@ -1,4 +1,4 @@
-# Introduction
+# MTU Introduction {#mtu_doc}
Maximum Transmission Unit is a term used to describe the maximum sized "thingy" that can be sent out an interface. It can refer to the maximum frame size that a NIC can send. On Ethernet that would include the Ethernet header but typically not the IGF. It can refer to the maximum packet size, that is, on Ethernet an MTU of 1500, would allow an IPv4 packet of 1500 bytes, that would result in an Ethernet frame of 1518 bytes.
# MTU in VPP