-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep expiration times for individual IPs in FQDN cache (#6732)
The FQDN cache is used to enforce NetworkPolicy rules with FQDN targets. This patch enables tracking of expiration times for individual IPs in the FQDN cache, based on the TTL received in DNS responses. Prior to this change, a "global" expiration time was used for all IPs corresponding to a given FQDN. Fixes #6722 Signed-off-by: Hemant <hkbiet@gmail.com>
- Loading branch information
Showing
4 changed files
with
276 additions
and
67 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
Oops, something went wrong.