-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix action field in NetworkPolicyEvaluation for KNP
When processing Kubernetes NetworkPolicy, a default action Allow is assigned in Antrea controller. This was not handled corretly in NetworkPolicyEvaluation action field, for default isolation model. As it will undeterminately display action. This PR fixes the issue, by indicating the rule as default isolation with nil action field, and then assigning Isolate to the response in NetworkPolicyEvaluation. Signed-off-by: Qiyue Yao <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters