Skip to content

Commit c70591e

Browse files
committed
Release v1.13.0-1
1 parent 1b77d73 commit c70591e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hybrid/fp-b2b/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SHELL = /bin/bash
22

33
KENG_Controller = "ghcr.io/open-traffic-generator/keng-controller:1.13.0-1"
44
OTG_gNMI = "ghcr.io/open-traffic-generator/otg-gnmi-server:1.13.0"
5-
IxiaC_TE = "ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.6.0.85"
6-
IxiaC_PE = "ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.337"
5+
IxiaC_TE = ""
6+
IxiaC_PE = ""
77

88
export OTG_PORT1 = veth0
99
export OTG_PORT2 = veth1

kne/bgp-ceos/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SHELL = /bin/bash
22

33
KENG_Controller = "ghcr.io/open-traffic-generator/keng-controller:1.13.0-1"
44
OTG_gNMI = "ghcr.io/open-traffic-generator/otg-gnmi-server:1.14.2"
5-
IxiaC_TE = "ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.12"
6-
IxiaC_PE = "ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.383"
5+
IxiaC_TE = ""
6+
IxiaC_PE = ""
77

88
cEOSLab = "ceos:latest"
99

0 commit comments

Comments
 (0)