Skip to content

Commit

Permalink
Merge pull request #941 from netenglabs/fix-lldp-cumulus-subtype
Browse files Browse the repository at this point in the history
Cumulus lldp subtype parsing error
  • Loading branch information
ddutt authored May 23, 2024
2 parents c1b9b44 + 8e32e79 commit 9cdeb63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suzieq/poller/worker/services/lldp.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ def _clean_cumulus_data(self, processed_data, _):
entry['subtype'] = "interface name"
elif subtype == "local":
entry['subtype'] = "locally assigned"
elif subtype == 'mac':
entry['subtype'] = "mac address"

self._common_cleaner(entry)

Expand Down

0 comments on commit 9cdeb63

Please sign in to comment.