*** empty log message ***
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h
index 08184df..5ccf41a 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"