luci: ignore '::1' in realtime connections 1000/head
authorEric Luehrsen <ericluehrsen@hotmail.com>
Sat, 11 Feb 2017 02:38:00 +0000 (21:38 -0500)
committerEric Luehrsen <ericluehrsen@hotmail.com>
Sat, 11 Feb 2017 02:38:25 +0000 (21:38 -0500)
commit52771816a03b9250a22a76af77c27704067d07c5
tree0482db7ca1d96eb257cb3d9c8eb2a54d35a78a3e
parent1834eff97a794cc15b56aa478a80e344d3662314
luci: ignore '::1' in realtime connections

luci ignores only 127.0.0.1 in real time connections.
The dnsmasq.init script sets up resolv.conf(s) as such.
With alternate DNS servers configured 'localhost' will
resolve to '127.0.0.1' or '::1'. The connections graph
will spam itself. openwrt/luci#996

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
modules/luci-mod-admin-full/luasrc/view/admin_status/connections.htm
modules/luci-mod-admin-full/src/luci-bwc.c