summaryrefslogtreecommitdiffstats
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-07 13:27:23 +0200
committerMartin Mares <mj@ucw.cz>2000-05-07 13:27:23 +0200
commit891cec854f84674317fa152b71254fc52d893826 (patch)
tree9632ec170b2f865b6c9b253b058ee6bc6fcfcbea /nest/rt-attr.c
parentacfce55c8637988954543c60597cd2f1525ba6ec (diff)
downloadbird-891cec854f84674317fa152b71254fc52d893826.tar
bird-891cec854f84674317fa152b71254fc52d893826.zip
Killed one more reference to RTS_RIP_EXT.
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index 38decb5..700a90b 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -568,8 +568,7 @@ void
rta_show(struct cli *c, rta *a, ea_list *eal)
{
static char *src_names[] = { "dummy", "static", "inherit", "device", "static-device", "redirect",
- "RIP", "RIP-ext", "OSPF", "OSPF-ext", "OSPF-IA", "OSPF-boundary",
- "BGP" };
+ "RIP", "OSPF", "OSPF-ext", "OSPF-IA", "OSPF-boundary", "BGP" };
static char *cast_names[] = { "unicast", "broadcast", "multicast", "anycast" };
int i;
byte buf[EA_FORMAT_BUF_SIZE];