]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-lldp-rx: add VLAN ID parsing (#37725)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Jun 2025 10:12:48 +0000 (19:12 +0900)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 10:12:48 +0000 (19:12 +0900)
While the `port_vlan_id` field was already present in the
`sd_lldp_neighbor`, it wasn't currently parsed from the LLDP packet.
Added support for that as well as a small parsing test.

Closes #28354.


Trivial merge