Skip to content

Commit 5112636

Browse files
authored
Fix t0-118 topo file four vlan config (sonic-net#17086)
What is the motivation for this PR? Added missing interface 32 for four vlan config
1 parent 56550c3 commit 5112636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/vars/topo_t0-118.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ topology:
158158
four_vlan_a:
159159
Vlan1000:
160160
id: 1000
161-
intfs: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 30, 31, 33, 34, 35]
161+
intfs: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 30, 31, 32, 33, 34, 35]
162162
prefix: 192.168.0.1/23
163163
prefix_v6: fc02:400::1/64
164164
tag: 1000

0 commit comments

Comments
 (0)