2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-01 06:53:28 +00:00

Carry forward some dns attributes into a bond

This commit is contained in:
Jarrod Johnson
2026-01-21 15:11:45 -05:00
parent e6c19388a2
commit 21c9158491

View File

@@ -356,7 +356,7 @@ class NetworkManager(object):
currteam = deats.get('connection.master', None)
if currteam == team:
return
for stg in ('ipv4.dhcp-hostname', 'ipv4.dns', 'ipv6.dns', 'ipv6.dhcp-hostname'):
for stg in ('ipv4.dhcp-hostname', 'ipv4.dns', 'ipv6.dns', 'ipv6.dhcp-hostname', 'ipv4.dns-search', 'ipv6.dns-search'):
if deats.get(stg, None):
bondcfg[stg] = deats[stg]
if member in self.uuidbyname: