mirror of https://github.com/hak5/openwrt.git
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
|
#!/bin/sh
|
||
|
uci -q batch <<-EOF >/dev/null
|
||
|
set firewall.ipv6_support=include
|
||
|
set firewall.ipv6_support.path=/lib/ipv6/firewall.sh
|
||
|
commit firewall
|
||
|
EOF
|