]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkctl: load information about DHCP client from varlink 42122/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 31 Mar 2026 22:56:09 +0000 (07:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 15 May 2026 23:05:01 +0000 (08:05 +0900)
commitc0e40b14ad14bfa2eeed9a8c88176a6381c9e9be
treedc6d45b6a305e9e3b8f63d069b5b075929ac68e7
parent29e221c9e6aed1b2fa5097fb11a8bffc78f4abdd
networkctl: load information about DHCP client from varlink

By the previous commit, networkd now exposes the received DHCP message
in the Descibe() DBus/Varlink method. Let's make networkctl deserialize
the DHCP message and use it where necessary.
src/network/meson.build
src/network/networkctl-dump-util.c
src/network/networkctl-dump-util.h
src/network/networkctl-link-info-json.c [new file with mode: 0644]
src/network/networkctl-link-info-json.h [new file with mode: 0644]
src/network/networkctl-link-info.c
src/network/networkctl-link-info.h
src/network/networkctl-status-link.c
src/network/networkctl-status-system.c