doc_infra/template/freebsd.rst.j2
Michaël Ricart d6c268dc0e
Some checks failed
/ test (push) Failing after 20s
[DEBIAN][BSD] add ipv4 information
2025-03-08 21:20:52 +01:00

10 lines
245 B
Django/Jinja

{% include "base.rst.j2" %}
network
=======
========= ==========
interface ip
========= =========={% for interface in interfaces %}
{{ "{:<11}".format(interface["name"]) }} {{ interface["ipv4_addr"] }}{% endfor %}
========= ==========