Skip to content
Snippets Groups Projects
Commit e2ae478d authored by Shayan Hajipour's avatar Shayan Hajipour
Browse files

debug: incorrect src_output_bw value assignment resolved

parent 32c15f4e
No related branches found
No related tags found
1 merge request!283Resolve "(CTTC) Implement L3 VPN SBI driver compatible with IETF L3 Service Model"
......@@ -51,7 +51,7 @@ def setup_config_rules(
src_ce_pe_network_prefix: int = json_settings["src_ce_pe_network_prefix"]
src_mtu: int = json_settings["src_mtu"]
src_input_bw: int = json_settings["src_input_bw"]
src_output_bw: int = json_settings["src_input_bw"]
src_output_bw: int = json_settings["src_output_bw"]
src_qos_profile_id = "qos-realtime"
src_qos_profile_direction = "ietf-l3vpn-svc:both"
src_qos_profile_latency: int = json_settings["src_qos_profile_latency"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment