ironcore-dev / dpservice

DPDK based fast Dataplane / L3 router / SDN enabler, installable on compute nodes / SmartNICs
Apache License 2.0
7 stars 1 forks source link

Deleting loadbalancer targets does not remove connection-tracked flows for them #534

Closed PlagueCZ closed 6 months ago

PlagueCZ commented 6 months ago

If a loadbalancer selects a target IP address, that target is then removed from the loadbalancer, connection tracking will still route packets to the (now removed) target instead of selecting a new one.

There is a test case already prepared in the new tests provided #533, just commented out to not fail automated tests.