From 7c6c51499f291942ec6d12796899d8067a030bb4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Feb 2008 06:18:06 +0000 Subject: [PATCH] removed {reset}; document {has_builtin} git-svn-id: svn+ssh://foo-projects.org/var/svn/ferm/trunk@1105 887c3e53-ddf1-0310-8e39-e0d3fab4ed34 --- src/ferm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ferm b/src/ferm index c864c38..2eab617 100755 --- a/src/ferm +++ b/src/ferm @@ -70,8 +70,8 @@ use vars qw($script @stack $auto_chain); # - initialized: domain initialization is done # - tools: hash providing the paths of the domain's tools # - previous: save file of the previous ruleset, for rollback -# - reset: has this domain already been reset? # - tables{$name}: ferm state information about tables +# - has_builtin: whether built-in chains have been determined in this table # - chains{$chain}: ferm state information about the chains # - builtin: whether this is a built-in chain use vars qw(%domains); -- 2.11.4.GIT