summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-10-04 00:19:13 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-10-04 00:25:14 +0900
commit773024685b37170395a11716f8e4ad99d3580455 (patch)
tree846a01a533882d187ec0b5b14ad56e70484e2733 /src/network/networkd-link.h
parent94e6d37c2be87f8a9e7d563aa0c487946a6e5cc8 (diff)
downloadsystemd-773024685b37170395a11716f8e4ad99d3580455.tar.gz
network: ndisc: also introduce timer event source to drop outdated settings
Otherwise, settings based on previously received RA messages will never removed without receiving a new RA message.
Diffstat (limited to 'src/network/networkd-link.h')
-rw-r--r--src/network/networkd-link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h
index 362f439940..9f1cdca312 100644
--- a/src/network/networkd-link.h
+++ b/src/network/networkd-link.h
@@ -147,6 +147,7 @@ typedef struct Link {
sd_dhcp_server *dhcp_server;
sd_ndisc *ndisc;
+ sd_event_source *ndisc_expire;
Set *ndisc_rdnss;
Set *ndisc_dnssl;
unsigned ndisc_messages;