I recently upgraded my RB750GL from 5.19 to 5.20, and noticed that the "/interface ethernet export compact" no longer includes ethernet configuration (it only includes the entries for "/interface ethernet switch"). A configuration section for the ethernet interfaces is generated, but under "/interface" and does not include ethernet specific properties such as "master-port".
5.19: /export compact; including only the subsection "/interface ethernet"
Code: Select all
/interface ethernet
set 0 name=upstream
set 1 name=ether2
set 2 disabled=yes master-port=ether2 name=ether3
set 3 disabled=yes master-port=ether2 name=ether4
set 4 disabled=yes master-port=ether2 name=ether5
Code: Select all
/interface
set upstream name=upstream
set ether2 name=ether2
set ether3 disabled=yes name=ether3
set ether4 disabled=yes name=ether4
set ether5 disabled=yes name=ether5
Thanks