* luci/libs/uvl: extend firewall scheme to include more sane dependencies for custom rules
This commit is contained in:
parent
071f485a69
commit
6a5ce5e45f
1 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,12 @@ config section
|
||||||
option package 'firewall'
|
option package 'firewall'
|
||||||
list depends 'target, src'
|
list depends 'target, src'
|
||||||
list depends 'target, dest'
|
list depends 'target, dest'
|
||||||
|
list depends 'target, src_ip'
|
||||||
|
list depends 'target, src_port'
|
||||||
|
list depends 'target, src_mac'
|
||||||
|
list depends 'target, dest_ip'
|
||||||
|
list depends 'target, dest_port'
|
||||||
|
list depends 'target, proto'
|
||||||
|
|
||||||
config variable
|
config variable
|
||||||
option name 'src'
|
option name 'src'
|
||||||
|
|
Loading…
Reference in a new issue