Skip to content

DNS entry expiration and look by time #6796

@almariah

Description

@almariah

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
    The Lookup 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.kind/community-reportThis was reported by a user in the Cilium community, eg via Slack.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions