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~250^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc18c0dab7ab51c6e12cc579a2626e4425e45fb;p=network.git route: Log ip commands when writing static routes into the kernel Signed-off-by: Jonatan Schlag --- 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() {