aboutsummaryrefslogtreecommitdiffstats
path: root/main/nftables/nftables.initd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-01-06 16:35:31 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-01-06 16:35:52 +0100
commit7921433e150638ea82de3460792d337bdc6c285d (patch)
tree45082f6a81eeefad7c651a555841b79c8daaa670 /main/nftables/nftables.initd
parent15c7895bc40dd6045b60c3f9b74b0182cf6a58fd (diff)
downloadaports-7921433e150638ea82de3460792d337bdc6c285d.tar.bz2
aports-7921433e150638ea82de3460792d337bdc6c285d.tar.xz
main/nftables: add checkconfig to extra_commands
Diffstat (limited to 'main/nftables/nftables.initd')
-rw-r--r--main/nftables/nftables.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nftables/nftables.initd b/main/nftables/nftables.initd
index cdaa0d7640..3224ea1d01 100644
--- a/main/nftables/nftables.initd
+++ b/main/nftables/nftables.initd
@@ -3,10 +3,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-extra_commands="list panic save"
+extra_commands="checkconfig list panic save"
extra_started_commands="reload"
description="Manage nftable based firewall."
+description_checkconfig="Check validity of rulesets on disk without applying changes."
description_save="Save current nftables rulesets to disk."
description_list="Displays the current nftables ruleset."
description_panic="Immediately drop all packets on all interfaces."