From 7a9f925a3e05bd33d0be434fc757125eee768054 Mon Sep 17 00:00:00 2001 From: fpfeng Date: Fri, 20 Jan 2023 12:22:16 +0800 Subject: [PATCH] fix: #9 converter breaks with custom port rate keep the same value as valkyrie using "custom" Signed-off-by: fpfeng --- plugin2889/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin2889/const.py b/plugin2889/const.py index bac3b38..486432e 100644 --- a/plugin2889/const.py +++ b/plugin2889/const.py @@ -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: