diff --git a/confluent_server/confluent/networking/lldp.py b/confluent_server/confluent/networking/lldp.py index 0669635a..dd937671 100644 --- a/confluent_server/confluent/networking/lldp.py +++ b/confluent_server/confluent/networking/lldp.py @@ -94,6 +94,7 @@ nameoverrides = [ (re.compile('20301\..*'), lenovoname), ] +# Lenovo chassis id rule is match only first 5 bytes for a match..... def _api_sanitize_string(source): source = source.strip()