From 21c9158491e8249cdad4d033224726f7be4a677d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 21 Jan 2026 15:11:45 -0500 Subject: [PATCH] Carry forward some dns attributes into a bond --- confluent_osdeploy/common/profile/scripts/confignet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/common/profile/scripts/confignet b/confluent_osdeploy/common/profile/scripts/confignet index a5695afc..4a922b57 100644 --- a/confluent_osdeploy/common/profile/scripts/confignet +++ b/confluent_osdeploy/common/profile/scripts/confignet @@ -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: