This commit is contained in:
parent
0cb496b818
commit
4f0d01aab0
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue