Problem description: Mikrotik - how to add firewall rules at the top of the rules list
Can I add new rules at the top of list of rules in Mikrotik - using Terminal?
Problem solution: Mikrotik - how to add firewall rules at the top of the rules list
You can use: place-before=*0
Example:
/ip firewall filter
add action=accept chain=input dst-port=8291 protocol=tcp place-before=*0
add action=accept chain=input protocol=icmp place-before=*0