From 38ae62d093811bde4bd8848deb124e3d607dcfcb Mon Sep 17 00:00:00 2001
From: catborise {% trans "Interface" %}: {% trans "IPv4" %}: ({% ifequal ipv4 None %}{% trans 'None' %}{% else %}{{ ipv4_type }}{% endifequal %}) {% trans "IPv6" %}: ({% ifequal ipv6 None %}{% trans 'None' %}{% else %}{{ ipv6_type }}{% endifequal %}) {% trans "IPv4" %} ({% ifequal ipv4 None %}{% trans 'None' %}{% else %}{{ ipv4_type }}{% endifequal %}): {% trans "IPv6" %} ({% ifequal ipv6 None %}{% trans 'None' %}{% else %}{{ ipv6_type }}{% endifequal %}): {% trans "MAC Adress" %}: {% trans "Interface Type" %}: {% trans "Bridge device" %} {% trans "Bridge Device" %}: {% trans "Boot Mode" %}: {% trans "State" %}:
+
+ {% endifequal %}
+
+
+
+
+ {% for iface in slave_ifaces %}
+ {% trans 'MAC' %}
+ {% trans 'Name' %}
+ {% trans 'Type' %}
+ {% trans 'Speed' %}
+ {% trans 'State' %}
+
+
+ {% endfor %}
+
+ {{ iface.mac }}
+ {{ iface.name }}
+ {{ iface.type }}
+ {{ iface.speed }}
+ {{ iface.state }}
+
{% trans "IPv4 Forwarding:" %}
-{% trans "Network:" %}
-{% trans "DHCP:" %}
+{% trans "IPv4 Forwarding" %}:
+{% trans "Network" %}:
{% if ipv4_dhcp_range_start and ipv4_dhcp_range_end %} -{% trans "Start:" %}
-{% trans "End:" %}
+{% trans "DHCP" %}:
+{% trans "Start" %}:
+{% trans "End" %}:
{% endif %}- {% ifequal ipv4_forward.0 'nat' %} + {% ifequal net_forward.0 'nat' %} {% trans "NAT" %} {% endifequal %} - {% ifequal ipv4_forward.0 'route' %} + {% ifequal net_forward.0 'route' %} {% trans "ROUTE" %} {% endifequal %} - {% ifequal ipv4_forward.0 'bridge' %} + {% ifequal net_forward.0 'bridge' %} {% trans "BRIDGE" %} {% endifequal %} - {% if not ipv4_forward.0 %} + {% if not net_forward.0 %} {% trans "ISOLATE" %} {% endif %}
@@ -137,6 +139,7 @@ {% else %} +{% trans "MAC" %} | @@ -185,14 +188,132 @@
---|
{% trans "IPv6 Forwarding" %}:
+{% trans "Network" %}:
+ {% if ipv6_dhcp_range_start and ipv6_dhcp_range_end %} +{% trans "DHCP" %}:
+{% trans "Start" %}:
+{% trans "End" %}:
+ {% endif %} ++ {% if not net_forward.0 %} + {% trans "ISOLATE" %} + {% else %} + {% trans "ROUTE" %} + {% endif %} +
+{{ ipv6_network }}
++ {% if ipv6_dhcp_range_start and ipv6_dhcp_range_end %} + {% trans "ON" %} + {% else %} + {% trans "OFF" %} + {% endif %} +
+ {% if ipv6_dhcp_range_start and ipv6_dhcp_range_end %} + + {% endif %} +{% trans "ID" %} | +{% trans "Address" %} | +{% trans "Name" %} | +{% trans "Action" %} | +
---|---|---|---|