add pretty routes debian
All checks were successful
/ test (push) Successful in 32s

This commit is contained in:
Michaël Ricart 2025-02-27 15:20:16 +01:00
parent 0cb496b818
commit 4f0d01aab0
2 changed files with 6 additions and 5 deletions

View file

@ -15,7 +15,11 @@ interface adresses
routes
######
{{ routes }}
============ =============== ==============
destination gateway interface
============ =============== =============={% for route in routes %}
{{ "{:<12}".format(route["destination"]) }} {{ "{:<15}".format(route["gateway"]) }} {{ route["iface"] }}{% endfor %}
============ =============== ==============
services
--------