summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-lldp-rx.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network/lldp: do not save LLDP neighbors under /run/systemdYu Watanabe2024-03-011-1/+0
| | | | | Now LLDP neighbors are exposed through varlink. Hence, it is not necessary to save to a file.
* network: start/stop LLDP client on carrier gained/lostYu Watanabe2021-08-101-1/+0
| | | | | | Then, link_acquire_dynamic_conf() matches link_stop_engines(). Previously, LLDP client is started on interface is up, and stopped on both down and carrier loss.
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
| | | | | | | | | As suggested in https://github.com/systemd/systemd/pull/11484#issuecomment-775288617. This does not touch anything exposed in src/systemd. Changing the defines there would be a compatibility break. Note that tests are broken after this commit. They will be fixed in the next one.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* network: check feature is enabled in xxx_configure()Yu Watanabe2020-10-061-3/+0
|
* network: move sd_lldp related functions to networkd-lldp-rx.cYu Watanabe2019-05-101-0/+26