From patchwork Mon Jul 6 11:15:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: fff-gateway: Add mtr package From: Fabian Blaese X-Patchwork-Id: 1402 Message-Id: <20200706111533.2921452-1-fabian@blaese.de> To: franken-dev@freifunk.net Date: Mon, 6 Jul 2020 13:15:33 +0200 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 Reviewed-by: Tim Niemeyer Reviewed-by: Robert Langhammer --- buildscript | 2 +- src/packages/fff/fff-gateway/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildscript b/buildscript index 27386d4..46bf314 100755 --- a/buildscript +++ b/buildscript @@ -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 diff --git a/src/packages/fff/fff-gateway/Makefile b/src/packages/fff/fff-gateway/Makefile index 1d25600..528a795 100644 --- a/src/packages/fff/fff-gateway/Makefile +++ b/src/packages/fff/fff-gateway/Makefile @@ -32,6 +32,7 @@ define Package/fff-gateway +iptables-mod-filter \ +iptables-mod-ipopt \ +iptables-mod-conntrack-extra \ + +mtr \ +tcpdump \ +vxlan endef