There are still issues with service and timer leaks when udev rules fail or the unit exits on code 1 for some reason.
This could lead to extra policy-routes@.service or refresh-policy-routes@.timer to remain on the system after the interface has been deleted. policy-routes@.service should no longer be running but rather remain because RemainAfterExit=yes. Leaked refresh-policy-routes@.timer are more sinister because they can process every 60 seconds if not disabled or stopped.
There are still issues with service and timer leaks when udev rules fail or the unit exits on code 1 for some reason.
This could lead to extra
policy-routes@.serviceorrefresh-policy-routes@.timerto remain on the system after the interface has been deleted.policy-routes@.serviceshould no longer be running but rather remain becauseRemainAfterExit=yes. Leakedrefresh-policy-routes@.timerare more sinister because they can process every 60 seconds if not disabled or stopped.