]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: add link->setting_genmode flag
authorDan Streetman <ddstreet@canonical.com>
Thu, 19 Dec 2019 18:17:45 +0000 (13:17 -0500)
committerDan Streetman <ddstreet@canonical.com>
Thu, 9 Jan 2020 20:19:19 +0000 (15:19 -0500)
commit9524014ee63826368ff0e18f5ac9d3483c458f5c
tree670e4ae13ff00642bd8d498ab73c34f0bd5cb083
parent3a390124b7948f42972316f303489776e3a8659f
network: add link->setting_genmode flag

Similar to the link->setting_mtu flag, this delays continued configuration
until after the genmode has been successfully set; this is important
because we do not want networkd to raise the interface before the genmode
has been set, as if we're disabling the genmode, raising the interface
before we have successfully disabled the genmode will result in the kernel
creating a ipv6ll address, even though we don't want that.
src/network/networkd-link.c
src/network/networkd-link.h