Mise à jour EdgeOS 1.10.1

Esteban

Grand Maître Jedi
18 Mai 2017
3 522
6
98
France
https://community.ubnt.com/t5/EdgeMAX-Updates-Blog/EdgeMAX-EdgeRouter-software-release-v1-10-1/ba-p/2286748

[Release Notes v1.10.1]



Changelog

Changes since v1.10.0

New features:

none

Enhancements and bug fixes:

Fix regression in 1.10.0 when BGP "keepalive" & "holdtime" timers caused commit failure if they were less than default value. Discussed here
Fix regression in 1.10.0 when OSPF "retransmit-interval" timer caused commit failure if it was less than 5 seconds. Discussed here
Fix regression in 1.10.0 when RIP "split-horizon" caused commit failure. Discussed here
Fix regression in 1.10.0 when failover LoadBalancing did not work after reconfiguration. Discussed here
Fix regression in 1.10.0 when weighted LoadBalancing did not work if 1st interface was inactive. Discussed here
Fix regression in 1.10.0 that caused periodic `ubnt-util` crash coredump messages in syslog. Discussed here
Fix bug when "ip arp base-reachable-time" caused commit failure if VLAN interface was configured. Discussed here
Fix regression in 1.10.0 that caused bad accounting data to be generated by netflow if VLAN interface was configured. Discussed here

Updated software components:

none

Known issues:

Bug with corrupted downloads via PPPoE interface is not fixed for ER-8-XG (it is fixed on all other ER models). Workaround - disable PPPoE offloading on ER-8-XG:
Code:
    configure
    set system offload ipv4 pppoe disable
    set system offload ipv6 pppoe disable
    commit
    save

MPLS can not be configured because of syntax error in /usr/sbin/ubnt-mpls.pl script, please use following one-liner workaround until this is properly fixed in 1.10.2:

Code:
sudo sed -i "s/del => 'no mpls admin-group #4 #6'$/del => 'no mpls admin-group #4 #6',/g" /usr/sbin/ubnt-mpls.pl