summaryrefslogtreecommitdiff
path: root/staticd/static_routes.c
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_routes.c')
-rw-r--r--staticd/static_routes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/staticd/static_routes.c b/staticd/static_routes.c
index d6aab296c9..d105b2123f 100644
--- a/staticd/static_routes.c
+++ b/staticd/static_routes.c
@@ -283,6 +283,7 @@ static_add_nexthop(struct route_node *rn, struct static_path *pn, safi_t safi,
break;
case STATIC_BLACKHOLE:
+ nh->bh_type = STATIC_BLACKHOLE_NULL;
break;
case STATIC_IFNAME:
ifp = if_lookup_by_name(ifname, nh_svrf->vrf->vrf_id);