]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkctl: do not ignore -EOPNOTSUPP when reading netlink message 16519/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2020 04:43:38 +0000 (13:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2020 06:24:40 +0000 (15:24 +0900)
commit48c53989513bfa00f7fcd2c2975665bc0f9c606c
tree4e5b988ccee28bbe3dbea87a5c17ecc897fe0544
parentae5b77925237a59f5faa4e008b330383b8690cb2
networkctl: do not ignore -EOPNOTSUPP when reading netlink message

If the kernel does not support alternative interface names, then
sd_netlink_message_read_strv() should just return -ENODATA.
src/network/networkctl.c