docs: Small fixes and ordering
* deactivtates the TODOs on doxygen (were empty)
* This move punt.md to readthedocs (should be the new
place for dev doc ?)
* Makes Handoff queue demo plugin a child of dev doc
in doxygen
Type: fix
Change-Id: I1f0476a911b35208212af8dd608bc76160efd22a
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
diff --git a/src/vnet/ip/punt.md b/src/vnet/ip/punt.rst
similarity index 92%
rename from src/vnet/ip/punt.md
rename to src/vnet/ip/punt.rst
index 2bbb5f6..3f1a9d4 100644
--- a/src/vnet/ip/punt.md
+++ b/src/vnet/ip/punt.rst
@@ -1,10 +1,10 @@
-.. _punt:
+.. _dev_punt:
+
+.. toctree::
Punting Packets
===============
-.. toctree::
-
Overview
________
@@ -17,8 +17,8 @@
This is specific option of the more general case above, where VPP is
handing the packet to the control-plane for further prosessing.
-The Punt Infrastructe
----------------------
+The Punt Infrastructure
+_______________________
Exception packets are those that a given node cannot handle via normal
mecahnisms.
@@ -37,7 +37,7 @@
Punting to the Control Plane
-----------------------------
+____________________________
Active Punt
-----------
@@ -47,11 +47,10 @@
Currently there exists 3 ways to describe how to match/classify the
packets to be punted:
-...
- 1) a matching UDP port
- 2) a matching IP protocol (i.e. OSPF)
- 3) a matching punt excpetion reason (see above)
-...
+
+1) a matching UDP port
+2) a matching IP protocol (i.e. OSPF)
+3) a matching punt excpetion reason (see above)
Depending on the type/classification of the packet to be punted, that
active punt will register itself into the VLIB graph to receive those