Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try portdescription
Browse files Browse the repository at this point in the history
majst01 committed Feb 21, 2024
1 parent dda3e0c commit 376e281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lldp/client.go
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ func (l *Client) Neighbors(neighChan chan Neighbor) {
lldpi := layer.(*layers.LinkLayerDiscoveryInfo)
neigh.Name = lldpi.SysName
neigh.Description = lldpi.SysDescription
neigh.Interface = l.Interface.Name
neigh.Interface = lldpi.PortDescription
neighChan <- neigh
}
}

0 comments on commit 376e281

Please sign in to comment.