1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

Merge pull request #2782 from stgraber/main

incusd/network/ovn: Drop now obsolete DNS check
This commit is contained in:
Serge Hallyn
2025-12-21 13:17:21 -06:00
committed by GitHub

View File

@@ -2216,10 +2216,6 @@ func (o *NB) GetLogicalSwitchPortDNS(ctx context.Context, portName OVNSwitchPort
return "", "", nil, nil
}
if len(dnsRecords[0].Records) > 1 {
return "", "", nil, errors.New("More than one DNS record found for logical switch port")
}
var ips []net.IP
var dnsName string