From c25e458a4de6b3fc9089fbc21b0ef4a6ba8e6018 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 23 Dec 2003 10:39:08 +0000 Subject: *** empty log message *** --- vtysh/vtysh.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vtysh/vtysh.h') diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 08184df9..5ccf41af 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -28,7 +28,8 @@ #define VTYSH_OSPFD 0x08 #define VTYSH_OSPF6D 0x10 #define VTYSH_BGPD 0x20 -#define VTYSH_ALL VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD +#define VTYSH_ISISD 0x40 +#define VTYSH_ALL VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ISISD #define VTYSH_RMAP VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD #define VTYSH_INDEX_ZEBRA 0 @@ -37,7 +38,8 @@ #define VTYSH_INDEX_OSPF 3 #define VTYSH_INDEX_OSPF6 4 #define VTYSH_INDEX_BGP 5 -#define VTYSH_INDEX_MAX 6 +#define VTYSH_INDEX_ISIS 6 +#define VTYSH_INDEX_MAX 7 /* vtysh local configuration file. */ #define VTYSH_DEFAULT_CONFIG "vtysh.conf" -- cgit v1.2.1