]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkctl: split out parse_interfaces()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Feb 2026 04:04:42 +0000 (13:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Feb 2026 09:37:17 +0000 (18:37 +0900)
commit4610a4dc4c6f27f5cbb703d525d0fc3e79433281
treefa01e794121e6bdc79b30a688c30641147fffd10
parentdae5af119b2d342458d28df12c0600b12e6a3362
networkctl: split out parse_interfaces()

Also, this makes interfaces stored in OrderedSet rather than Set,
so interfaces becomes up/down in the specified order.

This also makes when multiple interfaces are specified, networkctl tries
to up/down all specfied interfaces even if some of them are failed.

Fixes #40017.
src/network/networkctl-misc.c