mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add EnableLogging field to FirewallService XML
This commit is contained in:
parent
d20617ff0c
commit
161088aba4
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ module Fog
|
|||
xml.SourcePort rule[:SourcePort] == "Any" ? "-1" : rule[:SourcePort]
|
||||
xml.SourcePortRange rule[:SourcePortRange]
|
||||
xml.SourceIp rule[:SourceIp]
|
||||
xml.EnableLogging rule[:EnableLogging] if rule.key?(:EnableLogging)
|
||||
}
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue