Skip to content

Commit 8e32e79

Browse files
committed
poller/lldp: fixed cumulus subtype
Signed-off-by: AndryNick98 <[email protected]>
1 parent 49ee13a commit 8e32e79

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)