diff --git a/lib/zclient.c b/lib/zclient.c index ce4248e457c5..a4b0e5207d40 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -2173,6 +2173,7 @@ int zapi_nexthop_from_nexthop(struct zapi_nexthop *znh, znh->weight = nh->weight; znh->ifindex = nh->ifindex; znh->gate = nh->gate; + znh->srte_color = nh->srte_color; if (CHECK_FLAG(nh->flags, NEXTHOP_FLAG_ONLINK)) SET_FLAG(znh->flags, ZAPI_NEXTHOP_FLAG_ONLINK);