mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
network: drop one more link_dirty()
Follow-up for 9092113d93.
link_dirty() will be called later in this function when a DNS or domain
is dropped.
This commit is contained in:
@@ -166,8 +166,6 @@ static int ndisc_remove_old_one(Link *link, const struct in6_addr *router, bool
|
||||
log_link_debug(link, "Removing old NDisc information obtained from %s.", strna(buf));
|
||||
}
|
||||
|
||||
link_dirty(link);
|
||||
|
||||
SET_FOREACH(na, link->ndisc_addresses)
|
||||
if (na->marked && IN6_ARE_ADDR_EQUAL(&na->router, router)) {
|
||||
k = address_remove(na->address, link, NULL);
|
||||
|
||||
Reference in New Issue
Block a user