mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-03 20:32:22 +00:00
isisd: fix srv6 endx sid key name
srv6EndSID is actually srv6EndXSID.
Fixes: d5879267aa
("isisd: fix show database json format")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
3e82cf2928
commit
cd2e872e65
@ -1316,7 +1316,8 @@ static void format_item_ext_subtlvs(struct isis_ext_subtlvs *exts,
|
||||
/* end old deprecated key format */
|
||||
|
||||
arr_adj_json = json_object_new_array();
|
||||
json_object_object_add(json, "srv6EndSID", arr_adj_json);
|
||||
json_object_object_add(json, "srv6EndXSID",
|
||||
arr_adj_json);
|
||||
for (adj = (struct isis_srv6_endx_sid_subtlv *)
|
||||
exts->srv6_endx_sid.head;
|
||||
adj; adj = adj->next) {
|
||||
|
Loading…
Reference in New Issue
Block a user