See below for command I'm interested in.
Assuming AA:BB:CC:DD:EE:FF is a MAC address of the ether1 and I'm planning to make ether1 as a master of mybridge./interface bridge
add admin-mac=AA:BB:CC:DD:EE:FF auto-mac=no name=mybridge
I want to covert above command to look something like,
Now I know above command does not work. But it should be very clear what I'm after here./interface bridge
add admin-mac=[ /interface ethernet print mac-address where name=ether1 ] auto-mac=no name=mybridge
Is there a way to do this so I can have it permanently written inside my default config file and use it across many devices?