]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: Consider linkLocalAddressing state while configuring ndisc. (#7012)
authorSusant Sahani <145210+ssahani@users.noreply.github.com>
Wed, 18 Oct 2017 09:12:59 +0000 (14:42 +0530)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 18 Oct 2017 09:12:59 +0000 (11:12 +0200)
commit702c979fefc6d3e69c5982b8469ec8a47792d62f
tree9d759f7d6eeb388d121e83279b8b8fb0ff4106b3
parent19a44dfe4525ab01caf593a9c2beada4b412910d
networkd: Consider linkLocalAddressing state while configuring ndisc. (#7012)

If linkLocalAddressing is disabled in for the interface still then
we look for ndisc configured or not in link_check_ready.

Link local is used automatic address configuration and neighbor discovery protocol.
If link local is disabled we should not configure ndisc.

Fixes #2713, #6441, #5841.
src/network/networkd-link.c