Skip to content

Examples

Remove all connections

:foreach id in=[/ip firewall connection find] do={
    /ip firewall connection remove numbers=$id
}