From 153f02da3bce1f3f1a99295648679c71327e8319 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 7 Dec 2017 13:06:01 +0100 Subject: Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addresses Also redesign preferred address selection and update protocols to use appropriate preferred address. Based on a previous work by Jan Maria Matejka. --- sysdep/linux/netlink.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdep/linux') diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c index 2b7b13fb..c9d5cdec 100644 --- a/sysdep/linux/netlink.c +++ b/sysdep/linux/netlink.c @@ -2030,3 +2030,9 @@ void kif_sys_shutdown(struct kif_proto *p UNUSED) { } + +int +kif_update_sysdep_addr(struct iface *i UNUSED) +{ + return 0; +} -- cgit v1.2.3