Skip to content

Commit 9e62dd4

Browse files
committed
defaults: fix pre-wizard LAN IP notation
Dnsmasq requires the CIDR part since openwrt/openwrt#18641 Without this fix, dnsmasq ignores the DHCP range and doesn't hand out IP addresses to clients. Signed-off-by: Packet Please <[email protected]>
1 parent 648e64c commit 9e62dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/falter-defaults/files/etc/uci-defaults/freifunk-berlin-network-defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
guard "network"
77

88
# change default ip to avoid collision with user's local network
9-
uci set network.lan.ipaddr=192.168.42.1
9+
uci set network.lan.ipaddr=192.168.42.1/24
1010

1111
WANDEV=$(uci -q get network.wan.device)
1212
echo "$WANDEV" | grep ^br- >/dev/null

0 commit comments

Comments
 (0)