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”
/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
5.20: /export compact; including only the subsection “/interface”
/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
Can anyone verify this is a bug in 5.20 and not just something wrong with my particular setup?
“export compact” only exports changes from the factory default settings. In Factory Default, Switch ports are set to master=none, so I would say this is working as documented.