Skip to content

Commit 9c6c5df

Browse files
committed
ipfixprobed - introduce EXTRA_ARGS to specify any global ipfixprobe parameters
1 parent 3f9a167 commit 9c6c5df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

init/ipfixprobed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ -e "$CONFFILE" ]; then
125125
telemetry="-t ${FUSE_MOUNT_POINT}"
126126
fi
127127

128-
exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry
128+
exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry $EXTRA_ARGS
129129
else
130130
echo "Configuration file '$CONFFILE' does not exist, exitting." >&2
131131
exit 1

init/link0.conf.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,6 @@ TEMPLATE_REFRESH_RATE=300
201201

202202
USE_FUSE=0
203203
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

Comments
 (0)