From ec638c78d0bde74a4a871aeb4844c2bf33668767 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Mon, 21 Oct 2019 11:32:37 +0200 Subject: [PATCH] hassio-hostapd: Fix the broadcast address The broadcast address for 192.168.99.1/255.255.255.0 is 192.168.99.255 and not 192.168.99.254 --- hassio-hostapd/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio-hostapd/config.json b/hassio-hostapd/config.json index dbde995..dcc00d2 100644 --- a/hassio-hostapd/config.json +++ b/hassio-hostapd/config.json @@ -19,7 +19,7 @@ "channel": "6", "address": "192.168.99.1", "netmask": "255.255.255.0", - "broadcast": "192.168.99.254" + "broadcast": "192.168.99.255" }, "schema": {