Skip to content

Commit 2e3e028

Browse files
authoredNov 29, 2024
[sonic-frr-mgmt-framework]: refactor the way of load srv6 locator opcode config (sonic-net#20954)
[sonic-frr-mgmt-framework]: refactor the way of load srv6 locator opcode config Signed-off-by: linsongnan <linsongnan.lsn@alibaba-inc.com>
1 parent 96d7461 commit 2e3e028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/sonic-frr-mgmt-framework/frrcfgd/frrcfgd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ class BGPConfigDaemon:
20782078
('icmo_ttl', 'ttl {}', handle_ip_sla_common),
20792079
('icmp_tos', 'tos {}', handle_ip_sla_common),
20802080
]
2081-
srv6_locator_key_map = [(['opcode_prefix', 'opcode_act', 'opcode_vrf'], '{no:no-prefix}opcode {} {} vrf {}', hdl_srv6_locator)]
2081+
srv6_locator_key_map = [(['opcode_prefix', 'opcode_act', 'opcode_data'], '{no:no-prefix}opcode {} {} {}', hdl_srv6_locator)]
20822082

20832083

20842084
tbl_to_key_map = {'BGP_GLOBALS': global_key_map,

0 commit comments

Comments
 (0)