Skip to content

[th/lldp-listener-cleanup] simplify NMLldpListener

Thomas Haller requested to merge th/lldp-listener-cleanup into main

Simplify the NMLldpListener API, so that we enable/destroy the NMLldpListener instance to start/stop LLDP. There is no more further state, like running. If it exists, it's running. The goal is to simplify NMDevice, which uses this API.

Merge request reports