Skip to content

Commit

Permalink
[m0][topo] Fix vlan interface error in m0-2vlan topo (sonic-net#8715)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Fix vlan interface error in m0-2vlan topo.

How did you do it?
Modify vlan interface in m0-2vlan topo from 192.168.0.128 to 192.168.0.129.

How did you verify/test it?
Deploy minigraph.

Signed-off-by: Yaqiang Zhu <yaqiangzhu@microsoft.com>
  • Loading branch information
yaqiangz authored and AharonMalkin committed Jan 25, 2024
1 parent 5a2a303 commit 7641e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/vars/topo_m0-2vlan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ topology:
Vlan2000:
id: 2000
intfs: [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]
prefix: 192.168.0.128/25
prefix: 192.168.0.129/25
prefix_v6: fc02:1000:0:1::1/64
tag: 2000

Expand Down

0 comments on commit 7641e4c

Please sign in to comment.