]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: ndisc Do not stop ndisc client incase of conf error.
authorSusant Sahani <susant@redhat.com>
Tue, 26 Sep 2017 11:47:32 +0000 (17:17 +0530)
committerSusant Sahani <susant@redhat.com>
Tue, 26 Sep 2017 11:47:32 +0000 (17:17 +0530)
commit7f676aa324cb5498a5f9caaaa3d51ecfe53242e0
tree5a405176c739d951e5e76c1a4db57911e89a8772
parentf39c13e093e4dac74114f3d96596cd83977b81f8
networkd: ndisc Do not stop ndisc client incase of conf error.

Now in ndisc_netlink_handler if route or address fails we stop the clients.
link_enter_failed->link_stop_clients that is dhcp, ndisc etc.

The clients should be keep on running .

Fixes #5625
src/network/networkd-ndisc.c