This commit is contained in:
parent
4f0d01aab0
commit
454cabb8bc
1 changed files with 5 additions and 5 deletions
|
@ -15,11 +15,11 @@ interface adresses
|
|||
routes
|
||||
######
|
||||
|
||||
============ =============== ==============
|
||||
destination gateway interface
|
||||
============ =============== =============={% for route in routes %}
|
||||
{{ "{:<12}".format(route["destination"]) }} {{ "{:<15}".format(route["gateway"]) }} {{ route["iface"] }}{% endfor %}
|
||||
============ =============== ==============
|
||||
============ =============== =============== ==============
|
||||
destination netmask gateway interface
|
||||
============ =============== =============== =============={% for route in routes %}
|
||||
{{ "{:<12}".format(route["destination"]) }} {{ "{:<15}".format(route["genmask"]) }} {{ "{:<15}".format(route["gateway"]) }} {{ route["iface"] }}{% endfor %}
|
||||
============ =============== =============== ==============
|
||||
|
||||
services
|
||||
--------
|
||||
|
|
Loading…
Add table
Reference in a new issue