[PATCH] fff-gateway: Add mtr package

Tim Niemeyer tim at tn-x.org
Di Jul 7 17:17:25 CEST 2020


Moin

Am Montag, den 06.07.2020, 13:15 +0200 schrieb Fabian Bläse:
> 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 at blaese.de>
Reviewed-by: Tim Niemeyer <tim at tn-x.org>

Tim

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



Mehr Informationen über die Mailingliste franken-dev