Skip to content

Commit acc419e

Browse files
authored
Merge pull request lxc#2782 from stgraber/main
incusd/network/ovn: Drop now obsolete DNS check
2 parents 65cb909 + eafa7db commit acc419e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/server/network/ovn/ovn_nb_actions.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2216,10 +2216,6 @@ func (o *NB) GetLogicalSwitchPortDNS(ctx context.Context, portName OVNSwitchPort
22162216
return "", "", nil, nil
22172217
}
22182218

2219-
if len(dnsRecords[0].Records) > 1 {
2220-
return "", "", nil, errors.New("More than one DNS record found for logical switch port")
2221-
}
2222-
22232219
var ips []net.IP
22242220
var dnsName string
22252221

0 commit comments

Comments
 (0)