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: -> 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. -
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. +