mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-09-28 19:41:04 +02:00
lookupFWMarkByService() was previous returning an error when no fwmark was found in the tracking map for a given service. However, this isn't really an error condition and shouldn't be treated as such. When it was treated as an error condition users got a lot of confusing errors in the logs.