Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sonic-frr-mgmt-framework/frrcfgd/frrcfgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ class BGPConfigDaemon:
('icmo_ttl', 'ttl {}', handle_ip_sla_common),
('icmp_tos', 'tos {}', handle_ip_sla_common),
]
srv6_locator_key_map = [(['opcode_prefix', 'opcode_act', 'opcode_vrf'], '{no:no-prefix}opcode {} {} vrf {}', hdl_srv6_locator)]
srv6_locator_key_map = [(['opcode_prefix', 'opcode_act', 'opcode_data'], '{no:no-prefix}opcode {} {} {}', hdl_srv6_locator)]
Copy link
Copy Markdown
Contributor

@kperumalbfn kperumalbfn Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LARLSN Does this change support all the other Endpoint behaviors? Could you please add details to the description about the usage for DT/X. How about uSID endpoint behaviors?

Copy link
Copy Markdown
Contributor Author

@LARLSN LARLSN Nov 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added details in description. And current load way in frrcfgd can not recognize uSID config field in json file, so a locator for uSID will still be loaded as an ordinary locator.



tbl_to_key_map = {'BGP_GLOBALS': global_key_map,
Expand Down