@@ -3,13 +3,13 @@ topology:
3
3
nodes :
4
4
ixc :
5
5
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
7
7
cmd : --accept-eula --http-port 8443
8
8
ports :
9
9
- 8443:8443
10
10
te1 :
11
11
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
13
13
exec :
14
14
- ip address add 192.0.2.1/30 dev eth1
15
15
- ip route add 192.0.2.4/30 via 192.0.2.2
@@ -23,12 +23,12 @@ topology:
23
23
kind : linux
24
24
image : frrouting/frr:v8.2.2
25
25
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
29
29
te2 :
30
30
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
32
32
exec :
33
33
- ip address add 192.0.2.5/30 dev eth1
34
34
- ip route add 192.0.2.0/30 via 192.0.2.6
@@ -38,7 +38,6 @@ topology:
38
38
OPT_NO_HUGEPAGES : Yes
39
39
OPT_NO_PINNING : Yes
40
40
WAIT_FOR_IFACE : Yes
41
-
42
41
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