mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-05-14 10:33:46 +00:00
If the bridge exists and it exists with a different link local ip address than fe80::1/64 then we waifl to accept that as a valid configuration without trying to add the default link local ip address. With this fix we always try to add the default link local address if it doesn't exist. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>