summaryrefslogtreecommitdiff
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r--zebra/zebra_vty.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index 1c8a1ad09a..79087c5849 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -353,8 +353,6 @@ static void show_nexthop_detail_helper(struct vty *vty,
break;
}
break;
- default:
- break;
}
if (re->vrf_id != nexthop->vrf_id) {
@@ -605,8 +603,6 @@ static void show_route_nexthop_helper(struct vty *vty,
break;
}
break;
- default:
- break;
}
if ((re == NULL || (nexthop->vrf_id != re->vrf_id)))
@@ -777,8 +773,6 @@ static void show_nexthop_json_helper(json_object *json_nexthop,
break;
}
break;
- default:
- break;
}
if (nexthop->vrf_id != re->vrf_id)
@@ -2247,8 +2241,6 @@ static void show_ip_route_nht_dump(struct vty *vty, struct nexthop *nexthop,
break;
}
break;
- default:
- break;
}
}