]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: drop invalid assertion
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 28 Apr 2019 07:06:13 +0000 (09:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 28 Apr 2019 17:54:50 +0000 (19:54 +0200)
commit51aba17b88617515e037e8985d3a4ea871ac47fe
treee8cb1af168c993f75c3e9ea5cdc6c99c5f6aa12a
parent8b6cd93044a9f9148bead149a3d49157829928f5
network: drop invalid assertion

The link may not have corresponding .network file.
Note that in that case, link_ipv4ll_enabled() and link_dhcp4_enabled()
returns false. So, it is safe to drop the assertion.

Fixes #12422.
src/network/networkd-link.c