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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user