+++ This bug was initially created as a clone of Bug #2055549 +++ Description of problem: Version-Release number of selected component (if applicable): 4.9 How reproducible: - Always Steps to Reproduce: 1. Apply EIP similar to the following: apiVersion: k8s.ovn.org/v1 kind: EgressIP metadata: name: egressip-1 spec: egressIPs: - 172.18.0.33 namespaceSelector: matchLabels: name: test podSelector: matchLabels: name: test-1 --- apiVersion: k8s.ovn.org/v1 kind: EgressIP metadata: name: egressip-2 spec: egressIPs: - 172.18.0.44 namespaceSelector: matchLabels: name: test podSelector: matchLabels: name: test-2 Actual results: Only the first egress IP works Expected results: Both egressip-1 and egressip-2 should work