From: vivek Date: Wed, 23 Nov 2016 20:14:07 +0000 (-0800) Subject: lib: Fix nexthop strings to coincide with enum X-Git-Tag: frr-2.0-rc1~56^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b4863129a37ff4cdec567426aa8608a8a6631ec7;p=mirror%2Ffrr.git lib: Fix nexthop strings to coincide with enum Signed-off-by: Vivek Venkatraman --- 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",