Skip to content

Commit

Permalink
Rollback ARG_CORE_LIST related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anjan-keysight committed Feb 9, 2022
1 parent 18d8ae4 commit a80fb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions controllers/ixiatg_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ func updateEnvData(recvEnv map[string]string, conEnvs []corev1.EnvVar) []corev1.
func getDefaultEnvVar() []corev1.EnvVar {
kv := map[string]string{
"OPT_LISTEN_PORT": "5555",
"ARG_CORE_LIST": "2 3 4",
"ARG_IFACE_LIST": "virtual@af_packet,eth1",
"OPT_NO_HUGEPAGES": "Yes",
}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.71
0.0.72

0 comments on commit a80fb3c

Please sign in to comment.