]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Killed one more reference to RTS_RIP_EXT.
authorMartin Mares <mj@ucw.cz>
Sun, 7 May 2000 11:27:23 +0000 (11:27 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 7 May 2000 11:27:23 +0000 (11:27 +0000)
nest/rt-attr.c

index 38decb51b6c002196b9e1bb5bdf2f46b8c1a0c82..700a90b54bc02277e0aeda5b5a773d35006c6b78 100644 (file)
@@ -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];