From bd53ef9ecc85ea8039c4898295d7b17e37685b57 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 11 Sep 2025 08:57:49 -0700 Subject: [PATCH] Remove CIDR notation from static IP addresses --- config/defaults.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/defaults.json b/config/defaults.json index 5531594f..318f1310 100644 --- a/config/defaults.json +++ b/config/defaults.json @@ -53,31 +53,31 @@ "subnetmask": [ "255.255.255.0" ] }, "wlan1": { - "static ip_address": [ "10.9.141.1/24" ], + "static ip_address": [ "10.9.141.1" ], "static routers": [ "10.9.141.1" ], "static domain_name_server": [ "1.1.1.1 8.8.8.8" ], "subnetmask": [ "255.255.255.0" ] }, "wlan2": { - "static ip_address": [ "10.6.141.1/24" ], + "static ip_address": [ "10.6.141.1" ], "static routers": [ "10.6.141.1" ], "static domain_name_server": [ "1.1.1.1 8.8.8.8" ], "subnetmask": [ "255.255.255.0" ] }, "uap0": { - "static ip_address": ["192.168.50.1/24" ], + "static ip_address": ["192.168.50.1" ], "static routers": [ "192.168.50.1" ], "static domain_name_server": [ "1.1.1.1 8.8.8.8" ], "subnetmask": [ "255.255.255.0" ] }, "eth0": { - "static ip_address": [ "192.168.55.1/24" ], + "static ip_address": [ "192.168.55.1" ], "static routers": [ "192.168.55.1" ], "static domain_name_server": [ "1.1.1.1 8.8.8.8" ], "subnetmask": [ "255.255.255.0" ] }, "enx": { - "static ip_address": [ "192.168.60.1/24" ], + "static ip_address": [ "192.168.60.1" ], "static routers": [ "192.168.60.1" ], "static domain_name_server": [ "1.1.1.1 8.8.8.8" ], "subnetmask": [ "255.255.255.0" ]