Hi,
I'm trying to enable/disable multiple firewall rules based on find result.
I switched from:
/ip/firewall/filter/enable numbers=6,7
to:
/ip/firewall/filter/enable numbers=[find comment="ddns_1"];
/ip/firewall/filter/enable numbers=[find comment="ddns_2"];
Is it possible to combine two lines with find part to single?
Thanks.