diff options
Diffstat (limited to 'lib/nexthop.c')
| -rw-r--r-- | lib/nexthop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/nexthop.c b/lib/nexthop.c index 23ee28b7dc..7b8ac95e83 100644 --- a/lib/nexthop.c +++ b/lib/nexthop.c @@ -23,7 +23,6 @@ #include "prefix.h" #include "table.h" #include "memory.h" -#include "str.h" #include "command.h" #include "if.h" #include "log.h" @@ -83,7 +82,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", |
