From: Jonatan Schlag Date: Tue, 30 May 2017 08:37:49 +0000 (+0200) Subject: route: Log ip commands when writing static routes into the kernel X-Git-Tag: 009~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c3c15c501040d05d4195e4f7476d1d1c245ab5;p=network.git route: Log ip commands when writing static routes into the kernel Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.route b/src/functions/functions.route index 4759684c..079ad0b6 100644 --- a/src/functions/functions.route +++ b/src/functions/functions.route @@ -451,7 +451,7 @@ route_entry_add() { list_append command "mtu ${mtu}" fi - cmd_quiet "${command}" + cmd "${command}" } route_table_create() {