summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-link.h
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@gmail.com>2023-08-28 20:12:39 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-09-04 16:41:02 +0200
commit6e8f5e4c1f5fcdb3b63343268936f9c269b6a209 (patch)
tree2e3d8a31ad6fe98a6ee8042fea8de4f7eea05c03 /src/network/networkd-link.h
parentnetwork: sd-radv - Allow to configure Mobile IPv6 Home Agent (diff)
downloadsystemd-6e8f5e4c1f5fcdb3b63343268936f9c269b6a209.tar.xz
systemd-6e8f5e4c1f5fcdb3b63343268936f9c269b6a209.zip
network: ndisc - Allow to parse PREF64 prefix
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 e46e5f0c61..8ced02f3c1 100644
--- a/src/network/networkd-link.h
+++ b/src/network/networkd-link.h
@@ -157,6 +157,7 @@ typedef struct Link {
Set *ndisc_rdnss;
Set *ndisc_dnssl;
Set *ndisc_captive_portals;
+ Set *ndisc_pref64;
unsigned ndisc_messages;
bool ndisc_configured:1;