network: do not check deprecated flag in address_is_ready()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 18 Aug 2019 15:04:37 +0000 (00:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 18 Aug 2019 15:04:42 +0000 (00:04 +0900)
commitce158189a86aa01f8c2ddeeaa2d2b88ecb1dcb8a
tree2fe828e93e8da898a8fb24a37bd16af1bac42063
parent3a2acd9ee0fa03e8ae2e5865c85ca0268d51b98b
network: do not check deprecated flag in address_is_ready()

Without this change, the address with PreferredLifetime=0 cannot be ready,
and thus, no consequent setting up process does not start.
The bug was introduced by 6aa5773.

Follow-up for b7ed5384ab55cd4d7b8d7d1ec7f5d5e145f0a2b1.

Fixes #13341.
src/network/networkd-address.c