We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e504d43 commit b07a190Copy full SHA for b07a190
1 file changed
SoftLayer/managers/firewall.py
@@ -10,7 +10,7 @@
10
RULE_MASK = ('mask[orderValue,action,destinationIpAddress,'
11
'destinationIpSubnetMask,protocol,destinationPortRangeStart,'
12
'destinationPortRangeEnd,sourceIpAddress,sourceIpSubnetMask,'
13
- 'version]')
+ 'version,notes]')
14
15
16
def has_firewall(vlan):
0 commit comments