Skip to content

Commit

Permalink
install_easy: install ip6table-extra for ip6tables -m frag
Browse files Browse the repository at this point in the history
  • Loading branch information
bol-van committed Feb 5, 2022
1 parent 698f8b4 commit b0170af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_easy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ check_prerequisites_openwrt()
echo \* checking prerequisites

local PKGS="iptables-mod-extra iptables-mod-nfqueue iptables-mod-filter iptables-mod-ipopt iptables-mod-conntrack-extra ipset curl"
[ "$DISABLE_IPV6" != "1" ] && PKGS="$PKGS ip6tables-mod-nat"
[ "$DISABLE_IPV6" != "1" ] && PKGS="$PKGS ip6tables-mod-nat ip6tables-extra"
local UPD=0

if check_packages_openwrt $PKGS ; then
Expand Down

0 comments on commit b0170af

Please sign in to comment.