Skip to content

Commit

Permalink
pandas/network.py: fix typo in finding fhr
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Dutt <[email protected]>
  • Loading branch information
ddutt committed May 24, 2024
1 parent 5255683 commit 8d2b565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suzieq/engines/pandas/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ def _find_first_hop_attach(self, addr_df: pd.DataFrame) -> pd.DataFrame:
match_ifname = row.ifname
break

lldp_df = lldpobj.get(namespace=[row.namespace],
hostname=[row.hostname],
lldp_df = lldpobj.get(namespace=[match_namespace],
hostname=[match_hostname],
ifname=mbr_ports)

if not lldp_df.empty:
Expand Down

0 comments on commit 8d2b565

Please sign in to comment.