fff-gateway: Add mtr package

mtr can be a very helpful tool when debugging unstable
networks. The tool is able to list packet loss to all
routers to a destination in a nice console-based interface.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Tim Niemeyer <tim@tn-x.org>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
This commit is contained in:
Fabian Bläse 2020-07-06 13:00:34 +02:00
parent 906add6efa
commit b886c938dc
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ PACKAGEURL="https://git.openwrt.org/feed/packages.git"
OPENWRT=(openwrt
$PACKAGEURL
$PACKAGEREV)
OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond"
OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond mtr"
## Be careful: FFF uses COMPAT_VERSION 15 as default at the moment.
## See http://www.open-mesh.org/projects/batman-adv/wiki/Compatversion

View File

@ -32,6 +32,7 @@ define Package/fff-gateway
+iptables-mod-filter \
+iptables-mod-ipopt \
+iptables-mod-conntrack-extra \
+mtr \
+tcpdump \
+vxlan
endef