summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r--zebra/zebra_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index 8a73ae3d2..d96ee4890 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -405,7 +405,8 @@ static void show_nexthop_detail_helper(struct vty *vty,
}
break;
- default:
+ case NEXTHOP_TYPE_IFINDEX:
+ case NEXTHOP_TYPE_BLACKHOLE:
break;
}