mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
install_easy: install ip6table-extra for ip6tables -m frag
This commit is contained in:
parent
698f8b4b2f
commit
b0170aff1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user