We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9a167 commit 9c6c5dfCopy full SHA for 9c6c5df
init/ipfixprobed
@@ -125,7 +125,7 @@ if [ -e "$CONFFILE" ]; then
125
telemetry="-t ${FUSE_MOUNT_POINT}"
126
fi
127
128
- exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry
+ exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry $EXTRA_ARGS
129
else
130
echo "Configuration file '$CONFFILE' does not exist, exitting." >&2
131
exit 1
init/link0.conf.example
@@ -201,3 +201,6 @@ TEMPLATE_REFRESH_RATE=300
201
202
USE_FUSE=0
203
FUSE_MOUNT_POINT="/var/run/ipfixprobe"
204
+
205
+# Specify any extra global arguments, e.g. size of input queue
206
+#EXTRA_ARGS="-q 2048"
0 commit comments