From 957235a6566dec6568d455768ee4215c41dd441b Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 12 Aug 2024 13:31:51 -0400 Subject: [PATCH] fix dns-search --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index f80f702c1..1cd59b9da 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -769,7 +769,7 @@ configure_hyper_bridge() { logCmd "nmcli con mod br0 ipv4.addresses $addresses" logCmd "nmcli con mod br0 ipv4.gateway $gateway" logCmd "nmcli con mod br0 ipv4.dns $dns" - logCmd "nmcli con mod br0 ipv4.dns-search $dns-search" + logCmd "nmcli con mod br0 ipv4.dns-search $dnssearch" logCmd "nmcli con mod br0 ipv4.method manual" logCmd "nmcli con up br0" # we cant bring down MNIC here since it would disrupt ssh sessions. we will need to bring it down at the end of the first highstate