-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
kind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.kind/community-reportThis was reported by a user in the Cilium community, eg via Slack.This was reported by a user in the Cilium community, eg via Slack.
Milestone
Description
The method updateIPsForName
will not return true in case of expired DNS entry. The logic in this function as follow:
- Lookup for
dnsname
- update
newIPs
- Another lookup
- Finally compare
TheLookup
will exclude always the expired entries. The impact is no update for rules in case of some expired entries. Is that intended?
https://github.com/cilium/cilium/blob/master/pkg/fqdn/rulegen.go#L525
Metadata
Metadata
Assignees
Labels
kind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.kind/community-reportThis was reported by a user in the Cilium community, eg via Slack.This was reported by a user in the Cilium community, eg via Slack.