Skip to content

Commit b07a190

Browse files
rntsudorandom
authored andcommitted
Add notes to RULE_MASK in firewall manager (softlayer#751)
1 parent e504d43 commit b07a190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/managers/firewall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
RULE_MASK = ('mask[orderValue,action,destinationIpAddress,'
1111
'destinationIpSubnetMask,protocol,destinationPortRangeStart,'
1212
'destinationPortRangeEnd,sourceIpAddress,sourceIpSubnetMask,'
13-
'version]')
13+
'version,notes]')
1414

1515

1616
def has_firewall(vlan):

0 commit comments

Comments
 (0)