13 lines
324 B
Text
13 lines
324 B
Text
![]() |
{% include "base.rst.j2" %}
|
||
|
network
|
||
|
-------
|
||
|
|
||
|
ip
|
||
|
##
|
||
|
|
||
|
========= ==============
|
||
|
interface adresses
|
||
|
========= =============={% for interface in ip %}
|
||
|
{{ "{:<10}".format(interface["ifname"]) }} {% for ip in interface["addr_info"] %} {{ ip["local"] }}/{{ ip["prefixlen"]}}{% endfor %}
|
||
|
{% endfor %}========= ==============
|