-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNS enhancement features [BP 1.6.2] (#394)
* Allow DNS tracking to use configurable port for tracking Today DNS tracking uses only port 53 which is the port defined for DNS service and it get mapped to different port at the container level to avoid root access. This change wil allow tracking at the pod level as well Signed-off-by: Mohamed Mahmoud <[email protected]> (cherry picked from commit 45824dd) * shrink dns port to u16 as that should be enough Signed-off-by: Mohamed Mahmoud <[email protected]> (cherry picked from commit fa535f2) * Allow flow filtering for L4 protocols using two ports For example allow TCP ports="80,100" with por1 always < port2 Signed-off-by: Mohamed Mahmoud <[email protected]> (cherry picked from commit e68c3ba) * Allow filtering with wildcard protocol field Signed-off-by: Mohamed Mahmoud <[email protected]> (cherry picked from commit b53ce35) * Bump grpc to v1.65.0 Signed-off-by: Mohamed Mahmoud <[email protected]> --------- Signed-off-by: Mohamed Mahmoud <[email protected]>
- Loading branch information
1 parent
434968e
commit 72b6619
Showing
120 changed files
with
1,515 additions
and
11,123 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
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
Oops, something went wrong.