]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Fix nexthop strings to coincide with enum
authorvivek <vivek@cumulusnetworks.com>
Wed, 23 Nov 2016 20:14:07 +0000 (12:14 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 25 Nov 2016 00:52:30 +0000 (19:52 -0500)
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
lib/nexthop.c

index 23ee28b7dcb58ec1ff3fca0956155fc378c04ef9..528fc42f805097b6298ca108294260da88efd1e9 100644 (file)
@@ -83,7 +83,6 @@ nexthop_type_to_str (enum nexthop_types_t nh_type)
   static const char *desc[] = {
     "none",
     "Directly connected",
-    "Interface route",
     "IPv4 nexthop",
     "IPv4 nexthop with ifindex",
     "IPv6 nexthop",