luci/modules/luci-mod-status/htdocs/luci-static/resources/view/status
Kevin Darbyshire-Bryant a18b1a6bea luci-mod-status: fix neighbour display
The neighbour display parses the output of 'ip -4 neigh show' e.g.

192.168.219.95 dev eth1 lladdr 38:b4:d3:c9:b2:0c REACHABLE
192.168.219.200 dev eth1 lladdr 04:c4:61:12:f2:d2 STALE

Using regexp /^([0-9a-f:.]+) (.+) (\S+)$/  Unfortunately there's a
space character that sneaks in at the end of line, so let's make this
less brittle by accepting lines that may end with spaces e.g.

/^([0-9a-f:.]+) (.+) (\S+) *$/

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2022-12-30 12:51:53 +00:00
..
include luci-base, luci-mod-status: expose LuCI version via ubus 2022-12-17 15:01:46 +01:00
bandwidth.js luci-mod-status: fix NaN errors in realtime graphs 2021-06-09 11:08:36 +02:00
channel_analysis.js luci-mod-status: handle HE channel width for channel_analysis 2022-12-23 19:28:07 +01:00
connections.js luci-mod-status: fix NaN errors in realtime graphs 2021-06-09 11:08:36 +02:00
dmesg.js treewide: import utility classes explicitly 2020-04-03 10:00:06 +02:00
index.js luci-mod-status: index.js: skip includes which failed loading 2020-04-18 23:25:22 +02:00
iptables.js luci-mod-status: iptables: always make tab pane visible 2021-05-07 19:16:34 +02:00
load.js luci-mod-status: fix NaN errors in realtime graphs 2021-06-09 11:08:36 +02:00
nftables.js luci-mid-status: nftables.js: minor cleanups and enhancements 2022-12-13 23:49:11 +01:00
processes.js treewide: transition div tables to actual table markup 2020-11-27 21:36:40 +01:00
routes.js luci-mod-status: fix neighbour display 2022-12-30 12:51:53 +00:00
syslog.js Merge pull request #3769 from dibdot/logread-fix 2020-04-08 09:19:09 +02:00
wireless.js luci-mod-status: fix NaN errors in realtime graphs 2021-06-09 11:08:36 +02:00