aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/l4fwd/test/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/l4fwd/test/config.sh b/examples/l4fwd/test/config.sh
index 5932936..fef8fda 100644
--- a/examples/l4fwd/test/config.sh
+++ b/examples/l4fwd/test/config.sh
@@ -235,7 +235,7 @@ EOF
l4fwd_stop()
{
# kill runnning l4fwd app
- kill ${L4FWD_PID}
+ kill -s SIGINT ${L4FWD_PID}
# remove temporary files
rm -f ${L4FWD_EXEC_FILE}