]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: fix fetching link properties 28447/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 18 Jul 2023 20:47:43 +0000 (22:47 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 18 Jul 2023 21:08:19 +0000 (23:08 +0200)
commit8bdece7479cf147bc8f278f7874c03f5fc23a3a1
tree3d6f20ab0b2524daed002f35ccbd4999a6a9f629
parent7e107bc31f8ccd7ed279edd03d804708ae207f77
network: fix fetching link properties

This fixes regression introduced in 5a0c810462 with which all requests
for link properties ended up with EINVAL as we kept hitting
the signature_is_single() assert in sd_bus_get_property().
src/network/networkctl.c
test/test-network/systemd-networkd-tests.py