{% if ipv4_ports %}

IPv4 ByteBlower Ports

{% for port in ipv4_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 }}

{% endif %} {% if ipv6_ports %}

IPv6 ByteBlower Ports

{% for port in ipv6_ports %} {% endfor %}
Port MAC Address IPv6 Address Router Address Prefix Length VLAN MTU Docked
{{ port.name }} {{ port.macAddress }} {{ port.ipAddress }} {{ port.router }} {{ port.prefix }} {{ port.vlans }} {{ port.mtu }} {{ port.physicalInterface }}
{% endif %}