Skip to content

Commit

Permalink
Merge pull request #11 from xenanetworks/fix-converter-enum
Browse files Browse the repository at this point in the history
fix: #9 converter breaks with custom port rate
  • Loading branch information
Leonard Yu authored Jan 20, 2023
2 parents 96f791e + 7a9f925 commit 432201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin2889/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def is_destination(self) -> bool:

class PortRateCapProfile(Enum):
PHYSICAL = "physical_port_rate"
CUSTOM = "custom_rate_cap"
CUSTOM = "custom"

@property
def is_custom(self) -> bool:
Expand Down

0 comments on commit 432201d

Please sign in to comment.