From cbf22d8eca9df852e4effedb37cb52a20597e091 Mon Sep 17 00:00:00 2001 From: Fabian Blaese Date: Sun, 2 Aug 2020 19:58:43 +0200 Subject: [PATCH] fff-gateway: Add tc and bmon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Users might want to manually set up proper scheduling or qos using tc. bmon can be used to monitor current throughput and packet rates. Both are now included in layer3 variant. Signed-off-by: Fabian Bläse Reviewed-by: Christian Dresel Reviewed-by: Robert Langhammer --- buildscript | 2 +- src/packages/fff/fff-gateway/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/buildscript b/buildscript index 46bf3143..36567617 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 mtr" +OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond mtr bmon" ## 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 528a7958..790aeb3b 100644 --- a/src/packages/fff/fff-gateway/Makefile +++ b/src/packages/fff/fff-gateway/Makefile @@ -20,6 +20,7 @@ define Package/fff-gateway +fff-ra \ +fff-wireguard \ +arptables \ + +bmon \ +ebtables \ +ebtables-utils \ +kmod-ebtables-ipv4 \ @@ -33,6 +34,7 @@ define Package/fff-gateway +iptables-mod-ipopt \ +iptables-mod-conntrack-extra \ +mtr \ + +tc \ +tcpdump \ +vxlan endef