I have a firewall rule blocking all Internet traffic for a robot vac when it's not in use. (It talks way too much to China.) The rule is easily enabled and disabled using the Custom Commands LuCi package which works great.
When the firewall rule to block Internet access is enabled, the vacuum's existing TCP connections are unaffected and traffic continues even after the firewall is restarted. I've been using the conntrack -F command to flush the conntrack table so the firewall rule rule can take full effect, but that command impacts TCP connections for all devices.
Is there a less disruptive way of interrupting existing TCP connections to my robot vac that won't effect all devices?
Thanks.