• Jacob Tanenbaum's avatar
    Clear conntrack entries on 0 -> 1 endpoint transition with externalIPs · c3548165
    Jacob Tanenbaum authored
    As part of the endpoint creation process when going from 0 -> 1 conntrack entries
    are cleared. This is to prevent an existing conntrack entry from preventing traffic
    to the service. Currently the system ignores the existance of the services external IP
    addresses, which exposes that errant behavior
    
    This adds the externalIP addresses of udp services to the list of conntrack entries that
    get cleared. Allowing traffic to flow
    Signed-off-by: 's avatarJacob Tanenbaum <jtanenba@redhat.com>
    c3548165