summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-08-26 13:08:30 +0000
committerhasso <hasso>2004-08-26 13:08:30 +0000
commit95e735b54408177a8a6659da342f17d487dfeb2c (patch)
tree579aa332966e9c6d5b580d46ec40ab8fa3e158f0 /vtysh/vtysh.h
parentc89f64948d629a80d2ca87796a922172514e448f (diff)
Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r--vtysh/vtysh.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h
index 5ccf41af..abfb3ec4 100644
--- a/vtysh/vtysh.h
+++ b/vtysh/vtysh.h
@@ -29,8 +29,9 @@
#define VTYSH_OSPF6D 0x10
#define VTYSH_BGPD 0x20
#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_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_INTERFACE VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_ISISD
#define VTYSH_INDEX_ZEBRA 0
#define VTYSH_INDEX_RIP 1