Skip to content

Commit 9cdeb63

Browse files
authored
Merge pull request #941 from netenglabs/fix-lldp-cumulus-subtype
Cumulus lldp subtype parsing error
2 parents c1b9b44 + 8e32e79 commit 9cdeb63

File tree

1 file changed

+2
-0
lines changed
  • suzieq/poller/worker/services

1 file changed

+2
-0
lines changed

suzieq/poller/worker/services/lldp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ def _clean_cumulus_data(self, processed_data, _):
161161
entry['subtype'] = "interface name"
162162
elif subtype == "local":
163163
entry['subtype'] = "locally assigned"
164+
elif subtype == 'mac':
165+
entry['subtype'] = "mac address"
164166

165167
self._common_cleaner(entry)
166168

0 commit comments

Comments
 (0)