diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2023-09-24 10:03:19 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2023-09-26 11:53:45 +0200 |
commit | dbaad257d6f092667a77f80cf24a3be01c4911ca (patch) | |
tree | 6fc1a4fc2482f4b200e9cd4d07ba56b5d6a0bf18 | |
parent | cd4ad7988e34326f1cc9552c71e522c8d31b1cc3 (diff) | |
download | freebsd-wifibox-alpine-dbaad257d6f092667a77f80cf24a3be01c4911ca.zip |
iptables: fix `ip6tables` configuration
-rw-r--r-- | aports/iptables/APKBUILD | 4 | ||||
-rw-r--r-- | aports/iptables/ip6tables.confd | 18 |
2 files changed, 6 insertions, 16 deletions
diff --git a/aports/iptables/APKBUILD b/aports/iptables/APKBUILD index 5e6f907..dcd5234 100644 --- a/aports/iptables/APKBUILD +++ b/aports/iptables/APKBUILD @@ -2,7 +2,7 @@ pkgname=iptables pkgver=1.8.9 -pkgrel=0 # base: 2 +pkgrel=1 # base: 2 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="https://www.netfilter.org/projects/iptables/index.html" arch="all" @@ -62,5 +62,5 @@ e367bf286135e39b7401e852de25c1ed06d44befdffd92ed1566eb2ae9704b48ac9196cb971f43c6 ac78898c2acbe66ed8d32a06f41ff08cde7c22c3df6dfec6bc89a912d2cef2bde730de19d25a5407886d567cb0972a0b7bde7e6b18a34c4511495b4dad3b90ad use-sh-iptables-apply.patch a37c17a5382c756fcfb183af73af2283f0d09932c5a767241cbab5d784738f6f587f287a0cdf13b4fa74724ecd3a2063a9689ccee84c1bda02e730f63480f74d iptables.initd 85bb1660c2452fdede5ae0a483489a3648a8b327ea658839a1ad8c6405f6526bdf842a62d4df3f6e3cbbb9ad59137d37b39266cee21e252814191964d4c50f44 iptables.confd -0897a7a22f8b700f7f1f5c355ad6cbf39740e44d6c962af99e479978d8a2d556ca7fe4e31f238829046b4a871ce0b5fd52e2544f1361d15dd1ea3e33992646c4 ip6tables.confd +1783557fea7350ab43b050e632ccd62eb490f1f2b3ad48e7e3fd53cc66c1a9b93c8df4dd692aca3a0d17658f53eb8b668e60055b113fa3091319f81294a1783b ip6tables.confd " diff --git a/aports/iptables/ip6tables.confd b/aports/iptables/ip6tables.confd index 1fa63f3..09e470b 100644 --- a/aports/iptables/ip6tables.confd +++ b/aports/iptables/ip6tables.confd @@ -1,14 +1,4 @@ -# /etc/conf.d/ip6tables - -# Location in which ip6tables initscript will save set rules on -# service shutdown -IP6TABLES_SAVE="/etc/iptables/rules6-save" - -# Options to pass to ip6tables-save and ip6tables-restore -SAVE_RESTORE_OPTIONS="-c" - -# Save state on stopping iptables -SAVE_ON_STOP="yes" - -# Enable/disable IPv6 forwarding with the rules -IPFORWARD="no" +IP6TABLES_SAVE="/media/etc/ip6tables" +SAVE_RESTORE_OPTIONS="" +SAVE_ON_STOP="no" +IPFORWARD="yes" |