1
0
Fork 0
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:
Philip Potter 2013-10-25 15:08:03 +01:00
parent d20617ff0c
commit 161088aba4

View file

@ -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