Skip to content

Commit 5f1b552

Browse files
andywongaristamssonicbld
authored andcommitted
Fix m0-2vlan topo prefix_v6 value that causes route_check fail (#12851)
Explicit zeros in prefix_v6 value causes issue in route_check. Need to use simplified form instead
1 parent fccf609 commit 5f1b552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/vars/topo_m0-2vlan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ topology:
7979
id: 1000
8080
intfs: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
8181
prefix: 192.168.0.1/25
82-
prefix_v6: fc02:1000:0:0::1/64
82+
prefix_v6: fc02:1000::1/64
8383
tag: 1000
8484
Vlan2000:
8585
id: 2000

0 commit comments

Comments
 (0)