Skip to content

Commit 5fe9791

Browse files
Revert DEFAULT_PORT_SPEED env name update
1 parent bb054ec commit 5fe9791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/ixiatg_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ func (r *IxiaTGReconciler) loadRelInfo(ctx context.Context, release string, relD
654654
"ARG_CORE_LIST": "2 3 4",
655655
"ARG_IFACE_LIST": "virtual@af_packet,eth1",
656656
"OPT_NO_HUGEPAGES": "Yes",
657-
"OPT_DEFAULT_PORT_SPEED": "1000",
657+
"DEFAULT_PORT_SPEED": "1000",
658658
"OPT_ADAPTIVE_CPU_USAGE": "",
659659
}
660660
case IMAGE_PROTOCOL_ENG:

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.33
1+
0.3.34

0 commit comments

Comments
 (0)