diff options
author | Steven Barth <steven@midlink.org> | 2008-09-11 21:45:23 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-11 21:45:23 +0000 |
commit | 55cf7dbf347a9b48e911b1b4d47997aa513f5d7b (patch) | |
tree | c8c1f9239863ea6717163959cd33281dfef90435 /libs/uvl/root/lib/uci/schema/default/firewall | |
parent | d25d58bb4af9696ca6f9c16a36791bb072bfc891 (diff) |
Reworked UVL schemes
Diffstat (limited to 'libs/uvl/root/lib/uci/schema/default/firewall')
-rw-r--r-- | libs/uvl/root/lib/uci/schema/default/firewall | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libs/uvl/root/lib/uci/schema/default/firewall b/libs/uvl/root/lib/uci/schema/default/firewall index 0f4bb267fc..3c2de46219 100644 --- a/libs/uvl/root/lib/uci/schema/default/firewall +++ b/libs/uvl/root/lib/uci/schema/default/firewall @@ -1,5 +1,8 @@ package firewall +config package + option title 'Firewall configuration' + config section option name 'zone' option title 'Firewall zones' @@ -7,13 +10,13 @@ config section config variable option name 'name' - option title 'Name of this firewall zone' + option title 'Name' option section 'firewall.zone' option required true config variable option name 'network' - option title 'Associated network of this firewall zone' + option title 'Networks belonging to this zone' option section 'firewall.zone' option valueof 'network.interface' option multival true @@ -79,7 +82,7 @@ config variable config section option name 'forwarding' - option title 'Firewall traffic forwarding rules' + option title 'Forwarding rules' option package 'firewall' config variable @@ -100,7 +103,7 @@ config variable config section option name 'rule' - option title 'Custom rule specification' + option title 'Custom rules' option package 'firewall' list depends 'target, src' list depends 'target, dest' @@ -169,7 +172,7 @@ config variable config section option name 'redirect' - option title 'Traffic redirection rule definition' + option title 'Redirection rules' option package 'firewall' config variable |