diff options
author | Phil Sutter <phil@nwl.cc> | 2010-04-11 23:37:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-12 20:06:22 +0200 |
commit | 6e4361587337535619fcfed0a46719184c1aacf1 (patch) | |
tree | 328280d1dd3f01e4d5e28bac3cc7fb6e0bca13b3 /package/iptables/files/iptables.postinst | |
parent | 39d8800fe63c5bb69a9ecc088f59b59566c6e71e (diff) |
ip6tables review
Init-script and config based on the IPv4-ones, but all NAT-related stuff
dropped.
Diffstat (limited to 'package/iptables/files/iptables.postinst')
-rw-r--r-- | package/iptables/files/iptables.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/files/iptables.postinst b/package/iptables/files/iptables.postinst index 89b0af164..b418e73f9 100644 --- a/package/iptables/files/iptables.postinst +++ b/package/iptables/files/iptables.postinst @@ -2,3 +2,4 @@ . $IPKG_INSTROOT/etc/functions.sh add_rcconf iptables firewall NO +add_rcconf iptables firewall6 NO |