Creating an interface list that includes both "bridge_LAN" and "bridge_WiFi" was my first idea.
However, even though it is called an interface "list", I could only set one interface.
Something like this:
Code:
/interface listadd name=list1add name=list2add name=list3/interface list memberadd interface=ether1 list=list1add interface=ether2 list=list2add interface=ether3 list=list3/interface listadd comment="aggregate list" name=list-agg include=list1,list3
So you add multiple lists to aggregation list by adding single line and the individual lists are coma-separated.
Statistics: Posted by mkx — Fri Mar 15, 2024 9:22 am