Skip to content

Commit 88de3f5

Browse files
committed
Fix routed VRF Lite topology
1 parent 6a8e68b commit 88de3f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

VRF/multihop-vrf-lite/topology.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ links:
4444
vlan.trunk: [ red, blue ]
4545
- h1:
4646
r1:
47-
vlan.access: red
47+
vrf: red
4848
- h3:
4949
r1:
50-
vlan.access: blue
50+
vrf: blue
5151
- h2:
52-
r2:
53-
vlan.access: red
52+
r3:
53+
vrf: red
5454
- h4:
55-
r2:
56-
vlan.access: blue
55+
r3:
56+
vrf: blue

0 commit comments

Comments
 (0)