Skip to content

Commit 8c19299

Browse files
committed
Release v1.13.0-1
1 parent 47a4f65 commit 8c19299

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

clab/ixia-c-te-frr/topo.clab.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ topology:
33
nodes:
44
ixc:
55
kind: linux
6-
image: ghcr.io/open-traffic-generator/keng-controller:0.1.0-3
6+
image: ghcr.io/open-traffic-generator/keng-controller:1.13.0-1
77
cmd: --accept-eula --http-port 8443
88
ports:
99
- 8443:8443
1010
te1:
1111
kind: linux
12-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
12+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.25
1313
exec:
1414
- ip address add 192.0.2.1/30 dev eth1
1515
- ip route add 192.0.2.4/30 via 192.0.2.2
@@ -23,12 +23,12 @@ topology:
2323
kind: linux
2424
image: frrouting/frr:v8.2.2
2525
binds:
26-
- ./frr/daemons:/etc/frr/daemons
27-
- ./frr/frr.conf:/etc/frr/frr.conf
28-
- ./frr/vtysh.conf:/etc/frr/vtysh.conf
26+
- ./frr/daemons:/etc/frr/daemons
27+
- ./frr/frr.conf:/etc/frr/frr.conf
28+
- ./frr/vtysh.conf:/etc/frr/vtysh.conf
2929
te2:
3030
kind: linux
31-
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85
31+
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.25
3232
exec:
3333
- ip address add 192.0.2.5/30 dev eth1
3434
- ip route add 192.0.2.0/30 via 192.0.2.6
@@ -38,7 +38,6 @@ topology:
3838
OPT_NO_HUGEPAGES: Yes
3939
OPT_NO_PINNING: Yes
4040
WAIT_FOR_IFACE: Yes
41-
4241
links:
43-
- endpoints: ["te1:eth1","dut:eth1"]
44-
- endpoints: ["te2:eth1","dut:eth2"]
42+
- endpoints: ["te1:eth1", "dut:eth1"]
43+
- endpoints: ["te2:eth1", "dut:eth2"]

0 commit comments

Comments
 (0)