netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
775 stars 105 forks source link

pandas/network.py: fix typo in finding fhr #952

Closed ddutt closed 1 month ago

ddutt commented 1 month ago

Set develop as target branch of this PR (delete this line before issuing the PR)

Test inclusion requirements

No new tests as we don't have data relevant to this bug fix in our setup. It needs multiple levels of L2 network to reproduce this bug. User found it.

Description

When there is more than one layer of L2 network to traverse to find the attached endpoint, a typo caused us to fail to find the right attached endpoint.

Type of change

Please delete options that are not relevant.

Proposed Release Note Entry

Fixed bug in locating correct endpoint when there's more than one layer of L2 network to traverse to find an endpoint. ...

Double Check