diff --git a/isisd/isis_tlvs.c b/isisd/isis_tlvs.c index 34da8aeb4e..4664dc1a68 100644 --- a/isisd/isis_tlvs.c +++ b/isisd/isis_tlvs.c @@ -5768,6 +5768,9 @@ static void format_tlvs(struct isis_tlvs *tlvs, struct sbuf *buf, struct json_ob format_tlv_threeway_adj(tlvs->threeway_adj, buf, json, indent); format_tlv_spine_leaf(tlvs->spine_leaf, buf, json, indent); + + format_mt_items(ISIS_CONTEXT_LSP, ISIS_TLV_SRV6_LOCATOR, + &tlvs->srv6_locator, buf, json, indent); } const char *isis_format_tlvs(struct isis_tlvs *tlvs, struct json_object *json)