Diff for /embedaddon/quagga/doc/appendix.texi between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2016/11/02 10:09:11
Line 30  don't need to change header format. Line 30  don't need to change header format.
 @end group  @end group
 @end example  @end example
   
     If `type' is PROTOCOL_BGP4MP_ET, the common header format will
   contain an additional microsecond field (RFC6396 2011).
   
   @example
   @group
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                              Time                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             Type              |            Subtype            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                             Length                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          Microsecond                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   @end group
   @end example
   
   If `type' is PROTOCOL_BGP4MP, `subtype' is BGP4MP_STATE_CHANGE, and    If `type' is PROTOCOL_BGP4MP, `subtype' is BGP4MP_STATE_CHANGE, and
 Address Family == IP (version 4)  Address Family == IP (version 4)
   
Line 227  If `type' is PROTOCOL_BGP4MP and `subtype' is BGP4MP_S Line 246  If `type' is PROTOCOL_BGP4MP and `subtype' is BGP4MP_S
 @group  @group
 Constants:  Constants:
   /* type value */    /* type value */
  #define MSG_PROTOCOL_BGP4MP 16  #define MSG_PROTOCOL_BGP4MP    16
   #define MSG_PROTOCOL_BGP4MP_ET 17
   /* subtype value */    /* subtype value */
   #define BGP4MP_STATE_CHANGE 0    #define BGP4MP_STATE_CHANGE 0
   #define BGP4MP_MESSAGE 1    #define BGP4MP_MESSAGE 1

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>