diff --git a/plugins/dynamix/Eth0.page b/plugins/dynamix/Eth0.page
index 75429654b..a83f7f41f 100644
--- a/plugins/dynamix/Eth0.page
+++ b/plugins/dynamix/Eth0.page
@@ -3,8 +3,8 @@ Title="Interface eth0"
Tag="icon-ethernet"
---
').loadTemplate($('#network-template-'+port)).html().replace(/INDEX/g,index));
var element = $('[id^="index-'+port+'-"]').last();
- $(element).after(template).find('input').first().trigger('change');
- selectProtocol($('form[name="'+$(element).parent().attr('name')+'"]'),port,index);
+ $(element).after(template);
+ $('form[name="'+$(element).parent().attr('name')+'"]').find('select').first().trigger('change');
}
function removeVLAN(element) {
var id = $(element).attr('id').split('-');
@@ -540,8 +540,8 @@ Enable bridging:
=mk_option($eth0['BRIDGING'], "yes", "Yes");?>
-> Bridging is a feature which creates a virtual bridge and allows VMs to communicate directly with the physical Ethernet port.
-> Both bonding and bridging can be combined to let VMs communicate over a *bonded* interface.
+> Bridging is a feature which creates a virtual bridge and allows VMs and Docker containers to communicate directly with the physical Ethernet port.
+> Both bonding and bridging can be combined to let VMs or containers communicate over a *bonded* interface.
Bridging members of br0:
diff --git a/plugins/dynamix/EthX.page b/plugins/dynamix/EthX.page
index 3e09e2fab..953ef12f7 100644
--- a/plugins/dynamix/EthX.page
+++ b/plugins/dynamix/EthX.page
@@ -3,8 +3,8 @@ Title="Interface ethX"
Tag="icon-ethernet"
---
Use this field to give addditional information about the purpose of the connection.
-
MAC address:
: =strtoupper(exec("ip link show ethX|grep -Pom1 'ether \K\S+'"))?>
@@ -185,14 +184,14 @@ Bonding members of bondX:
> Select which interfaces are member of the *bonded* interface. By default ethX is a member, while other interfaces are optional.
-
Enable bridging:
:
-> Bridging is a feature which creates a virtual bridge and allows VMs to communicate directly with the physical Ethernet port.
+> Bridging is a feature which creates a virtual bridge and allows VMs and Docker containers to communicate directly with the physical Ethernet port.
+> Both bonding and bridging can be combined to let VMs or containers communicate over a *bonded* interface.
Bridging members of brX:
@@ -206,8 +205,6 @@ Bridging members of brX:
> Select which interfaces are member of the *bridged* interface. By default ethX is a member, while other interfaces are optional.
-
-
Network protocol:
:
+> Select which protocol(s) are used. By default IPv4 only is used.
+> When both IPv4 and IPv6 is selected, each protocol can be configured independently.
+