summaryrefslogtreecommitdiff
path: root/zebra/zserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r--zebra/zserv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index 3c850e4259..d745a43d5f 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -1298,6 +1298,9 @@ zread_ipv6_add (struct zserv *client, u_short length)
ifindices[if_count++] = stream_getl (s);
}
break;
+ case ZEBRA_NEXTHOP_BLACKHOLE:
+ nexthop_blackhole_add (rib);
+ break;
}
}