fff-gateway: Add tc and bmon

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 <fabian@blaese.de>
Reviewed-by: Christian Dresel <fff@chrisi01.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
This commit is contained in:
Fabian Bläse 2020-08-02 19:58:43 +02:00 committed by Adrian Schmutzler
parent 1cae99d5d5
commit cbf22d8eca
2 changed files with 3 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 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

View File

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