I’m using RouterOS 6.19 x86 on Virtualbox+GNS3 sim.
There are 2 virtual WANs in my test environment. I use PCC manual to make them work.
After route switching existing connections are using old WAN IP on new output interface. I decided to mark such connections as “bad” and clear them periodically.
Everything is OK with TCP and UDP connections. But ICMP connections cannot be deleted. Even when I try to remove it manually through winbox or console, I receive error 6:
[admin@nov] > ip firewall connection print
Flags: S - seen reply, A - assured
# PROTOCOL SRC-ADDRESS DST-ADDRESS TCP-STATE TIMEOUT
0 SA tcp 172.16.100.4:8291 172.16.100.2:18283 established 23h53m52s
1 S icmp 10.2.0.110 10.0.0.10 3s
2 udp 172.16.100.1:5678 255.255.255.255:5678 2s
3 udp 172.16.100.3:5678 255.255.255.255:5678 9s
[admin@nov] > ip firewall connection remove 1
action failed (6)