diff options
author | hasso <hasso> | 2003-12-23 10:39:08 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-12-23 10:39:08 +0000 |
commit | c25e458a4de6b3fc9089fbc21b0ef4a6ba8e6018 (patch) | |
tree | 40cee762b8d411d8c0c9d19851e2f804811256ad /vtysh/vtysh.h | |
parent | c32e1b5788b996f6c5a9521c1fc79f5640e10d99 (diff) |
*** empty log message ***
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r-- | vtysh/vtysh.h | 6 |
1 files changed, 4 insertions, 2 deletions
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" |