diff options
Diffstat (limited to 'main/iptables/iptables.initd')
-rw-r--r-- | main/iptables/iptables.initd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/iptables/iptables.initd b/main/iptables/iptables.initd index 891adc04ab..98b52d0cdd 100644 --- a/main/iptables/iptables.initd +++ b/main/iptables/iptables.initd @@ -3,6 +3,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v 1.2 2011/12/04 10:15:59 swegener Exp $ +description="IPv4/IPv6 packet filtering and NAT" +description_save="Save firewall state" +description_panic="Drop all packets" +description_reload="Reload configuration" + extra_commands="save panic" extra_started_commands="reload" |