Diff for /embedaddon/quagga/lib/command.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/10/09 09:22:28
Line 78  enum node_type  Line 78  enum node_type 
   TABLE_NODE,                   /* rtm_table selection node. */    TABLE_NODE,                   /* rtm_table selection node. */
   RIP_NODE,                     /* RIP protocol mode node. */     RIP_NODE,                     /* RIP protocol mode node. */ 
   RIPNG_NODE,                   /* RIPng protocol mode node. */    RIPNG_NODE,                   /* RIPng protocol mode node. */
     BABEL_NODE,                   /* Babel protocol mode node. */
   BGP_NODE,                     /* BGP protocol mode which includes BGP4+ */    BGP_NODE,                     /* BGP protocol mode which includes BGP4+ */
   BGP_VPNV4_NODE,               /* BGP MPLS-VPN PE exchange. */    BGP_VPNV4_NODE,               /* BGP MPLS-VPN PE exchange. */
   BGP_IPV4_NODE,                /* BGP IPv4 unicast address family.  */    BGP_IPV4_NODE,                /* BGP IPv4 unicast address family.  */

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


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