summaryrefslogtreecommitdiff
path: root/doc/user/appendix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/appendix.rst')
-rw-r--r--doc/user/appendix.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/user/appendix.rst b/doc/user/appendix.rst
index 8f0343da58..6120c3b989 100644
--- a/doc/user/appendix.rst
+++ b/doc/user/appendix.rst
@@ -3,10 +3,7 @@
Packet Binary Dump Format
=========================
-Packet Binary Dump Format
--------------------------
-
-FRR can dump routing protocol packet into file with a binary format.
+FRR can dump routing protocol packets into a file with a binary format.
It seems to be better that we share the MRT's header format for
backward compatibility with MRT's dump logs. We should also define the
@@ -211,12 +208,13 @@ The file specified in "File Name" contains all routing entries,
which are in the format of ``subtype == BGP4MP_ENTRY``.
::
+
Constants:
- /* type value */
+ /\* type value \*/
#define MSG_PROTOCOL_BGP4MP 16
#define MSG_PROTOCOL_BGP4MP_ET 17
- /* subtype value */
+ /\* subtype value \*/
#define BGP4MP_STATE_CHANGE 0
#define BGP4MP_MESSAGE 1
#define BGP4MP_ENTRY 2