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 90d211b commit d5c8d04Copy full SHA for d5c8d04
init/ipfixprobed
@@ -96,15 +96,6 @@ if [ -e "$CONFFILE" ]; then
96
fi
97
98
exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry
99
-
100
- telemetry=""
101
- if [ "$USE_FUSE" = "1" ]; then
102
- telemetry="-t ${FUSE_MOUNT_POINT}"
103
- fi
104
105
- exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output $telemetry
106
107
- exec /usr/bin/ipfixprobe "${dpdkinput[@]}" $input $storage $process $output
108
else
109
echo "Configuration file '$CONFFILE' does not exist, exitting." >&2
110
exit 1
0 commit comments