update: another round of SNMP enhancements
update: tag "quick list" redesign (by Alexey Andrianov)
update: disable knight button for a filtered IPv4 tree view
+ update: initial support of VRP version 5.70
new feature: enable IMS caching of progress bars (by Alexey Andrianov)
new feature: rebuild tag filter as soon as user changes it (by Alexey Andrianov)
new feature: default SLB configuration lines stored in DB (by Alexey Andrianov)
foreach (vrp53ParseVLANString ($matches[1]) as $vlan_id)
$ret['vlanlist'][] = $vlan_id;
continue 2;
- case (preg_match ('@^interface ((GigabitEthernet|Eth-Trunk)([[:digit:]]+(/[[:digit:]]+)*))$@', $line, $matches)):
+ case (preg_match ('@^interface ((GigabitEthernet|XGigabitEthernet|Eth-Trunk)([[:digit:]]+(/[[:digit:]]+)*))$@', $line, $matches)):
$matches[1] = preg_replace ('@^GigabitEthernet(.+)$@', 'gi\\1', $matches[1]);
+ $matches[1] = preg_replace ('@^XGigabitEthernet(.+)$@', 'xg\\1', $matches[1]);
$ret['current'] = array ('port_name' => $matches[1]);
continue 2;
default: