Commit cda338a2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

End-to-end test - L2 VPN gNMI OpenConfig:

- Added interface up on containerlab
parent 14837004
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ topology:
      mgmt-ipv4: 172.20.20.201
      exec:
        - ip link set address 00:c1:ab:00:01:0a dev eth1
        - ip link set eth1 up
        - ip link add link eth1 name eth1.125 type vlan id 125
        - ip addr add 172.16.1.10/24 dev eth1.125
        - ip link set eth1.125 up
@@ -67,6 +68,7 @@ topology:
      mgmt-ipv4: 172.20.20.202
      exec:
        - ip link set address 00:c1:ab:00:01:14 dev eth1
        - ip link set eth1 up
        - ip link add link eth1 name eth1.125 type vlan id 125
        - ip addr add 172.16.1.20/24 dev eth1.125
        - ip link set eth1.125 up