]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-radv.c
networkd: Ignore DNS information when uplink is not managed (#7571)
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 8 Dec 2017 12:33:40 +0000 (14:33 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 8 Dec 2017 12:33:40 +0000 (13:33 +0100)
commit349a981d32058455c5844080272b5d8886717575
tree68d2333a2c54f10f6192ee1ec65da89d7376e948
parent9e32914aa587a1978511dbfbe8c63e179456d72b
networkd: Ignore DNS information when uplink is not managed (#7571)

When another networking daemon or configuration is handling the
uplink connection, systemd-networkd won't have a network configuration
associated with the link, and therefore link->network will be NULL.
An assert will be triggered later on in the code when link->network is
NULL.
src/network/networkd-radv.c