summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-04-27 20:26:17 (GMT)
committerJan Huwald <jh@sotun.de>2012-04-27 20:26:17 (GMT)
commit2385b10ae20fd322e2c37838256cbb762ddfcbcb (patch)
tree845ae9b0d427e76aff753c325571009b0e15c08c
parent340f5dcbe6e338faebf0c625f535de112d228fa1 (diff)
service httpd: listen on br-lan IPv4 address (now rly)
-rw-r--r--files/common/etc/fsm/inetable/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/common/etc/fsm/inetable/common.sh b/files/common/etc/fsm/inetable/common.sh
index 0584f94..8238b93 100644
--- a/files/common/etc/fsm/inetable/common.sh
+++ b/files/common/etc/fsm/inetable/common.sh
@@ -46,7 +46,7 @@ change_service_httpd_listen () {
for i in $1 \
[$(ifconfig br-mesh | egrep -o 'fe80[:0-9a-f]*')%br-mesh]:80 \
[$(ifconfig br-lan | egrep -o 'fe80[:0-9a-f]*')%br-lan]:80 \
- $(uci get network.lan.ipaddr); do
+ $(uci get network.lan.ipaddr):80; do
uci add_list uhttpd.service.listen_http=$i
done
}
contact: Jan Huwald // Impressum