Skip to content

[th/lldp-neighbor-cleanup-2]

Thomas Haller requested to merge th/lldp-neighbor-cleanup-2 into master

Hi @bgalvani,

I'd like to re-propose a rework of an earlier patch.

NMLldpNeighbor is fundamentally something very simple. It tracks a bit of data. Maybe it's not a useful thing to optmize, but I did it on the weekend because I was interested in it (yes, usually I am most interested in trivial matters, which is a bummer). _nm_lldp_neighbor_new_from_variant() may be more complicated than before, but it's totally self contained and IMO still simple. And it tracks the data more efficiently, which I what I care about.

Merge request reports