[DEBIAN] fix ip table
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Michaël Ricart 2025-02-27 16:38:56 +01:00
parent fceada524a
commit 02dffb1a88

View file

@ -9,8 +9,8 @@ ip
========= ============== ========= ==============
interface adresses interface adresses
========= =============={% for interface in ip %} ========= =============={% for interface in ip %}
{{ "{:<10}".format(interface["ifname"]) }} {% for ip in interface["addr_info"] %} {{ ip["local"] }}/{{ ip["prefixlen"]}}{% endfor %} {{ "{:<10}".format(interface["ifname"]) }} {% for ip in interface["addr_info"] %} {% if interface["addr_info"].index(ip) != 0 %} {% endif %}{{ ip["local"] }}/{{ ip["prefixlen"]}}
{% endfor %}========= ============== {% endfor %}{% endfor %}========= ==============
routes routes
###### ######