Diff for /embedaddon/quagga/bgpd/bgp_ecommunity.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2016/11/02 10:09:10
Line 25  Software Foundation, Inc., 59 Temple Place - Suite 330 Line 25  Software Foundation, Inc., 59 Temple Place - Suite 330
 #define ECOMMUNITY_ENCODE_AS                0x00  #define ECOMMUNITY_ENCODE_AS                0x00
 #define ECOMMUNITY_ENCODE_IP                0x01  #define ECOMMUNITY_ENCODE_IP                0x01
 #define ECOMMUNITY_ENCODE_AS4               0x02  #define ECOMMUNITY_ENCODE_AS4               0x02
   #define ECOMMUNITY_ENCODE_OPAQUE            0x03
   
/* Low-order octet of the Extended Communityes type field.  *//* Low-order octet of the Extended Communities type field.  */
 #define ECOMMUNITY_ROUTE_TARGET             0x02  #define ECOMMUNITY_ROUTE_TARGET             0x02
 #define ECOMMUNITY_SITE_ORIGIN              0x03  #define ECOMMUNITY_SITE_ORIGIN              0x03
   
   /* Low-order octet of the Extended Communities type field for OPAQUE types */
   #define ECOMMUNITY_OPAQUE_SUBTYPE_ENCAP     0x0c
   
 /* Extended communities attribute string format.  */  /* Extended communities attribute string format.  */
 #define ECOMMUNITY_FORMAT_ROUTE_MAP            0  #define ECOMMUNITY_FORMAT_ROUTE_MAP            0

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


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