{% if ipv4_groups %}

IPv4 ByteBlower Ports

{% for a_group in ipv4_groups %} {% if a_group.name %}

{{ a_group.name }}

{% endif %} {% for port in a_group.ports %} {% endfor %}
Port MAC Address IPv4 Address Default Gateway Netmask NAT VLAN MTU Docked
{{ port.name }} {{ port.macAddress }} {{ port.ipAddress }} {{ port.gateway }} {{ port.netmask }} {{ port.nat }} {{ port.vlans }} {{ port.mtu }} {{ port.physicalInterface }}
{% endfor %}
{% endif %} {% if ipv6_groups %}

IPv6 ByteBlower Ports

{% for a_group in ipv6_groups %} {% if a_group.name %}

{{ a_group.name }}

{% endif %} {% for port in a_group.ports %} {% endfor %}
Port MAC Address IPv6 Address Router Address Prefix Length VLAN MTU Docked
{{ port.name }} {{ port.macAddress }} {{ port.ipAddresses }} {{ port.routers }} {{ port.prefix }} {{ port.vlans }} {{ port.mtu }} {{ port.physicalInterface }}
{% endfor %}
{% endif %}