]> git.ipfire.org Git - people/ms/network.git/commitdiff
route: Log ip commands when writing static routes into the kernel
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Tue, 30 May 2017 08:37:49 +0000 (10:37 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Tue, 30 May 2017 08:37:49 +0000 (10:37 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
src/functions/functions.route

index 4759684c9fcfec0b473f3396e4264c52fc956b50..079ad0b670e48bbadeb7a3cef73cae23791c89c3 100644 (file)
@@ -451,7 +451,7 @@ route_entry_add() {
                list_append command "mtu ${mtu}"
        fi
 
-       cmd_quiet "${command}"
+       cmd "${command}"
 }
 
 route_table_create() {