From 69b7f6526a42b7b5aa7a4678f1fbe764fd449fd9 Mon Sep 17 00:00:00 2001 From: Renato Covarrubias Date: Mon, 15 Aug 2016 16:16:38 -0300 Subject: [PATCH] Add notes to RULE_MASK in firewall manager --- SoftLayer/managers/firewall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):