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)
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>

No differences found