You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve patching ovs flow rules in UpdateEgressNetworkPolicyRules
Old behavior:
1. Drop outgoing traffic
2. Examine egress np, generate and add ovs flows
3. Enable traffic
Step (2) could be slow when egress np has many DNS entries.
New behavior:
(1) Examine egress np, generate ovs flows (not added)
(2) Drop outgoing traffic
(3) Add generated ovs flows in (1)
(4) Enable traffic
0 commit comments