gluon/package/gluon-mesh-batman-adv
lemoer 6df0647301
gluon-mesh-batman-adv: add "gateway_tq" field to respondd statistics (#2596)
This new field reflects the TQ to the selected gateway.

Before this commit, if you had connectivity issues in a larger mesh,
it was a tedious task to understand which nodes are affected and which
are not. By providing this new value for each node, it becomes easier
to see which nodes are affected by the connectivity issues and which
are not.

The new field "gateway_tq" is located at the toplevel of the
statistics resource (next to "gateway" and "gateway_nexthop"):

    gluon-neighbour-info -d ::1 -r statistics
    {
        ...
        "gateway": "02:a1:71:04:09:10",
        "gateway_nexthop": "88:e6:40:20:90:10",
        "gateway_tq": 193,
        ...
    }
2022-08-09 21:09:28 +02:00
..
files run-build.sh, gluon_bat0.sh: add double quotes 2022-06-22 14:56:12 +02:00
luasrc/lib/gluon treewide: use interface roles as basis for network configuration 2022-02-22 18:52:15 +01:00
src gluon-mesh-batman-adv: add "gateway_tq" field to respondd statistics (#2596) 2022-08-09 21:09:28 +02:00
check_site.lua gluon-mesh-batman-adv: remove gluon-mesh-batman-adv-14 2019-09-25 21:57:52 +02:00
Makefile Set PKG_VERSION in gluon.mk 2021-10-07 23:42:38 +02:00