]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix route types in rta_show().
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 26 Jun 2011 20:25:09 +0000 (22:25 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 26 Jun 2011 20:32:05 +0000 (22:32 +0200)
nest/rt-attr.c

index c1f9c793c7b66519dcdaa935510dcc18df96ab51..5a7dd09a3d49ef570c8ba578c7cada1b13c7bfe9 100644 (file)
@@ -831,7 +831,7 @@ void
 rta_show(struct cli *c, rta *a, ea_list *eal)
 {
   static char *src_names[] = { "dummy", "static", "inherit", "device", "static-device", "redirect",
-                              "RIP", "OSPF", "OSPF-ext", "OSPF-IA", "OSPF-boundary", "BGP" };
+                              "RIP", "OSPF", "OSPF-IA", "OSPF-E1", "OSPF-E2", "BGP", "pipe" };
   static char *cast_names[] = { "unicast", "broadcast", "multicast", "anycast" };
   int i;
   byte buf[EA_FORMAT_BUF_SIZE];