Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't discard netlink messages for previously seen addresses
Addresses can come and go. Supressing notifications for previously seen addresses can cause the client to miss when the address is re-added. New address notifications also don't necessarily include an IFA_LOCAL attribute so don't filter on that either. Note that notifications don't cause all listen sockets to be closed and re-opened. Despite its name reopen_listen_sockets only closes/opens sockets as necessary to synchronize with the list of addresses enumerated from the OS.
- Loading branch information