Skip to content

Commit 6fd9720

Browse files
committed
isisd: fix neighbor id json key
d587926 ("isisd: fix show database json format") renamed JSON keys to a standard format but forgot to rename the neighbor-id key. Fixes: d587926 ("isisd: fix show database json format") Signed-off-by: Louis Scalbert <[email protected]>
1 parent 5183360 commit 6fd9720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isisd/isis_tlvs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ static void format_item_ext_subtlvs(struct isis_ext_subtlvs *exts,
15011501
!!(lan->flags &
15021502
EXT_SUBTLV_LINK_SRV6_ENDX_SID_PFLG));
15031503
json_object_string_addf(srv6_end_sid_json,
1504-
"neighbor-id", "%pSY",
1504+
"neighborID", "%pSY",
15051505
lan->neighbor_id);
15061506
json_object_array_add(arr_adj_json,
15071507
srv6_end_sid_json);

0 commit comments

Comments
 (0)