Skip to content

Commit

Permalink
olsrd: switch to firewall4
Browse files Browse the repository at this point in the history
Firewall4 uses nftables instead of iptables. Use iptables-nft for
installing smart-gw-rules.

Fixes: openwrt#731 ("Certain upstream switch to firewall4 aka nftables instead
of iptables")

Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision committed Mar 5, 2022
1 parent 699106a commit 26e3750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olsrd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endef
define Package/olsrd
$(call Package/olsrd/template)
MENU:=1
DEPENDS:=+libpthread +libubus
DEPENDS:=+libpthread +libubus +iptables +ip6tables
endef

define Package/olsrd/conffiles
Expand Down

0 comments on commit 26e3750

Please sign in to comment.