changeset 5125:6f14f7261828 draft

BSD: Fix temporary address management
author Roy Marples <roy@marples.name>
date Tue, 07 Apr 2020 13:18:35 +0100
parents a044710d9480
children 6b34b56cf626
files src/if-bsd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/if-bsd.c	Mon Apr 06 21:13:39 2020 +0100
+++ b/src/if-bsd.c	Tue Apr 07 13:18:35 2020 +0100
@@ -1037,7 +1037,7 @@
 	if (ia->addr_flags & IN6_IFF_TENTATIVE)
 		ifa.ifra_flags |= IN6_IFF_TENTATIVE;
 #endif
-#ifdef IPV6_MANGETEMPADDR
+#ifdef IPV6_MANAGETEMPADDR
 	if (ia->flags & IPV6_AF_TEMPORARY)
 		ifa.ifra_flags |= IN6_IFF_TEMPORARY;
 #endif