Revision fa42eb1794b4050d12f9a003be90db156b5db200 authored by Kornilios Kourtis on 05 November 2020, 18:23:53 UTC, committed by Jarno Rajahalme on 06 November 2020, 03:42:51 UTC
There are applications that when a DNS name resolves to multiple IPs,
they will store the IPs and use them past their TTL point.

For example:
 - name resolves to IP1,IP2
 - app connects to IP1
 - protocol error forces disconnect
 - app connects to IP2

This patch keeps the IPs that map to a name alive as long as one of the
IPs for the given name is alive, so that applications like the one above
will not fail.

Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
1 parent e7ae390
Raw File
Jenkinsfile.nightly
jenkinsfiles/Jenkinsfile.nightly
back to top