Use untagged netflow2ng image and drop --tlv flag

This commit is contained in:
Stefan Kempinger 2026-04-14 10:54:47 +02:00
parent 6921b62c6b
commit 577fa38366

View file

@ -501,7 +501,7 @@
}; };
containers.netflow2ng = { containers.netflow2ng = {
# Note: The image will not be updated on rebuilds, unless the version label changes # Note: The image will not be updated on rebuilds, unless the version label changes
image = "synfinatic/netflow2ng:v0.1.0"; image = "synfinatic/netflow2ng";
cmd = [ cmd = [
"-a" "-a"
"0.0.0.0:2055" "0.0.0.0:2055"
@ -509,7 +509,6 @@
"0.0.0.0:8181" "0.0.0.0:8181"
"-z" "-z"
"tcp://127.0.0.1:5556" "tcp://127.0.0.1:5556"
"--tlv"
]; ];
extraOptions = [ extraOptions = [
"--network=host" "--network=host"