diff --git a/SoftLayer/managers/firewall.py b/SoftLayer/managers/firewall.py index 4ed350b46..43b124122 100644 --- a/SoftLayer/managers/firewall.py +++ b/SoftLayer/managers/firewall.py @@ -10,7 +10,7 @@ RULE_MASK = ('mask[orderValue,action,destinationIpAddress,' 'destinationIpSubnetMask,protocol,destinationPortRangeStart,' 'destinationPortRangeEnd,sourceIpAddress,sourceIpSubnetMask,' - 'version]') + 'version,notes]') def has_firewall(vlan):