From 6fd9af3c6033d4189e3c48a1a4698981a8183024 Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Fri, 28 Dec 2018 20:49:27 +0300 Subject: [PATCH] =?UTF-8?q?/dhcp/set=5Fconfig=20API=20=E2=80=94=20don't=20?= =?UTF-8?q?forget=20to=20save=20changed=20config=20to=20YAML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhcp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dhcp.go b/dhcp.go index b86fa29c..738f8dad 100644 --- a/dhcp.go +++ b/dhcp.go @@ -43,6 +43,7 @@ func handleDHCPSetConfig(w http.ResponseWriter, r *http.Request) { dhcpServer.Stop() } config.DHCP = newconfig + httpUpdateConfigReloadDNSReturnOK(w, r) } func handleDHCPInterfaces(w http.ResponseWriter, r *http.Request) {