From b4863129a37ff4cdec567426aa8608a8a6631ec7 Mon Sep 17 00:00:00 2001 From: vivek Date: Wed, 23 Nov 2016 12:14:07 -0800 Subject: [PATCH] lib: Fix nexthop strings to coincide with enum Signed-off-by: Vivek Venkatraman --- lib/nexthop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nexthop.c b/lib/nexthop.c index 23ee28b7dc..528fc42f80 100644 --- a/lib/nexthop.c +++ b/lib/nexthop.c @@ -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", -- 2.39.5