diff options
author | Molly Miller <adelie@m-squa.red> | 2019-07-06 01:36:16 +0000 |
---|---|---|
committer | Molly Miller <adelie@m-squa.red> | 2019-07-06 01:36:16 +0000 |
commit | 57b7d813c73fdc7f3c3254e7107ffa045db12702 (patch) | |
tree | 5cb5cb16da7761bfc95923413290bc462c5afc18 /user/iptables/ip6tables.confd | |
parent | 1428865cd0d40ead37696cd26ed9e2cf46845f32 (diff) | |
download | packages-57b7d813c73fdc7f3c3254e7107ffa045db12702.tar.gz packages-57b7d813c73fdc7f3c3254e7107ffa045db12702.tar.bz2 packages-57b7d813c73fdc7f3c3254e7107ffa045db12702.tar.xz packages-57b7d813c73fdc7f3c3254e7107ffa045db12702.zip |
user/iptables: new package
There is some optional functionality available which requires further
libraries (libmnl for the ability to work over nf_tables as opposed to
the legacy ip{,6}_tables kernel module, libnetfilter_conntrack for
connlabel matching), but these libraries aren't yet packaged.
Diffstat (limited to 'user/iptables/ip6tables.confd')
-rw-r--r-- | user/iptables/ip6tables.confd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/iptables/ip6tables.confd b/user/iptables/ip6tables.confd new file mode 100644 index 000000000..1fa63f33a --- /dev/null +++ b/user/iptables/ip6tables.confd @@ -0,0 +1,14 @@ +# /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" |