Update translation files
Regenerate pot
Do not call interfaces_vlan_configure() every time an interface is edited in GUI.
This is just necessary when a parent interface is changed and we have to propagate the changes to all clones (MTU, FLAGS and others).
Add a logic to detect when a parent interface is changed and only then call interfaces_vlan_configure()....
Make the WF2Q+ the default scheduler for the dummynet limiters.
The WF2Q+ was the default scheduler in previous versions, it is well tested and support dynamic queues.
Add a note for the FIFO scheduler to make clear that it does not support dynamic queues (by design) and as such, it is working as intended....
Allow no username for FreeDNS-v6
Also include that and Digital Ocean in the help text.
(cherry picked from commit 92c39e9b923792a58b56323a7e2fb46f608b447f)
Fix #9144: Init array before use
Fix #9121: Initialize arrays to prevent PHP 7 errors
Fix #8937: Show hwaddr for LAGG members
Fix #8465: Preserve default gw when switch to BACKUP
interfaces_carp_set_maintenancemode() calls interface_carp_configure()to each configured CARP and it ends up reconfiguring completely theinterface when it's not necessary.
Add a new parameter $maintenancemode_only to interface_carp_configure()...
Break long lines
View revisions
Also available in: Atom