{% if ipv4_groups %}
| 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 }} |
| 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 }} |