]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/functions/functions.route
route: Log ip commands when writing static routes into the kernel
[people/ms/network.git] / 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() {