From: Martin Mares Date: Sun, 7 May 2000 11:27:23 +0000 (+0000) Subject: Killed one more reference to RTS_RIP_EXT. X-Git-Tag: v1.2.0~1028 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891cec854f84674317fa152b71254fc52d893826;p=thirdparty%2Fbird.git Killed one more reference to RTS_RIP_EXT. --- diff --git a/nest/rt-attr.c b/nest/rt-attr.c index 38decb51b..700a90b54 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];