Commit a8fe9df
committed
fix(controller): correct ExternalIDs filter logic in diffPolicyRouteWithLogical
Cherry-pick of kubeovn#6577 accidentally inverted the isU2ORoutePolicy condition,
causing all existing policies with empty ExternalIDs to be skipped, leading
to spurious dels/adds on every reconcile.
Restore the correct filter: skip vpc-egress-gateway, subnet-owned, and
isU2ORoutePolicy routes (not user-defined policy routes).1 parent 941e5d6 commit a8fe9df
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
1082 | | - | |
1083 | | - | |
| 1082 | + | |
| 1083 | + | |
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
| |||
0 commit comments