install_easy: install ip6table-extra for ip6tables -m frag

This commit is contained in:
bol-van 2022-02-05 21:41:40 +03:00
parent 698f8b4b2f
commit b0170aff1b

View File

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