Skip to content

Commit ea70664

Browse files
authored
test(srv6): update bgp locator config in config_db json file (sonic-net#17283)
update bgp srv6 locator config in srv6 test to fit srv6 locator changes in https://github.com/BYGX-wcr/SONiC/blob/srv6_static_config_hld/doc/srv6/srv6_static_config_hld.md Signed-off-by: linsongnan <linsongnan.lsn@alibaba-inc.com>
1 parent 421d55d commit ea70664

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/vars/configdb_jsons/7nodes_cisco/PE1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"router_id" : "100.1.0.29 ",
66
"log_nbr_state_changes" : "true",
77
"load_balance_mp_relax" : "true",
8-
"srv6_locator": "lsid1",
98
"keepalive" : "10",
109
"holdtime" : "30"
1110
},
@@ -14,6 +13,7 @@
1413
"router_id" : "100.1.0.29",
1514
"log_nbr_state_changes" : "true",
1615
"load_balance_mp_relax" : "true",
16+
"srv6_locator": "lsid1",
1717
"keepalive" : "10",
1818
"holdtime" : "30"
1919
}

ansible/vars/configdb_jsons/7nodes_cisco/PE2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"router_id" : "100.1.0.30 ",
66
"log_nbr_state_changes" : "true",
77
"load_balance_mp_relax" : "true",
8-
"srv6_locator": "lsid1",
98
"keepalive" : "10",
109
"holdtime" : "30"
1110
},
@@ -14,6 +13,7 @@
1413
"router_id" : "100.1.0.30",
1514
"log_nbr_state_changes" : "true",
1615
"load_balance_mp_relax" : "true",
16+
"srv6_locator": "lsid1",
1717
"keepalive" : "10",
1818
"holdtime" : "30"
1919
}

ansible/vars/configdb_jsons/7nodes_cisco/PE3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"router_id" : "100.1.0.31 ",
66
"log_nbr_state_changes" : "true",
77
"load_balance_mp_relax" : "true",
8-
"srv6_locator": "lsid1",
98
"keepalive" : "10",
109
"holdtime" : "30"
1110
},
@@ -14,6 +13,7 @@
1413
"router_id" : "100.1.0.31",
1514
"log_nbr_state_changes" : "true",
1615
"load_balance_mp_relax" : "true",
16+
"srv6_locator": "lsid1",
1717
"keepalive" : "10",
1818
"holdtime" : "30"
1919
}

0 commit comments

Comments
 (0)