Diff for /embedaddon/quagga/vtysh/vtysh.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:29
Line 29 Line 29
 #define VTYSH_OSPF6D 0x10  #define VTYSH_OSPF6D 0x10
 #define VTYSH_BGPD   0x20  #define VTYSH_BGPD   0x20
 #define VTYSH_ISISD  0x40  #define VTYSH_ISISD  0x40
#define VTYSH_ALL         VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ISISD#define VTYSH_BABELD  0x80
#define VTYSH_RMAP        VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD#define VTYSH_ALL         VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ISISD|VTYSH_BABELD
#define VTYSH_INTERFACE   VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_ISISD#define VTYSH_RMAP        VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_BABELD
 #define VTYSH_INTERFACE   VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_ISISD|VTYSH_BABELD
   
 /* vtysh local configuration file. */  /* vtysh local configuration file. */
 #define VTYSH_DEFAULT_CONFIG "vtysh.conf"  #define VTYSH_DEFAULT_CONFIG "vtysh.conf"

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


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