diff --git a/template/debian.rst.j2 b/template/debian.rst.j2 index 655b52f..6444f8f 100644 --- a/template/debian.rst.j2 +++ b/template/debian.rst.j2 @@ -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 --------