]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Restore IFA_F_MANAGETEMPADDR
authorRoy Marples <roy@marples.name>
Mon, 19 Jan 2015 13:28:26 +0000 (13:28 +0000)
committerRoy Marples <roy@marples.name>
Mon, 19 Jan 2015 13:28:26 +0000 (13:28 +0000)
ipv6.h

diff --git a/ipv6.h b/ipv6.h
index 26f00a4d8582e9c3bd9ec1e0b8d65fcd56e05dc5..d910c6eb851e09e9d6e410930267d741f24c81b4 100644 (file)
--- a/ipv6.h
+++ b/ipv6.h
@@ -87,7 +87,7 @@
 
 /* Linux-3.18 can manage temporary addresses even with RA
  * processing disabled. */
-#undef IFA_F_MANAGETEMPADDR
+//#undef IFA_F_MANAGETEMPADDR
 #ifndef IFA_F_MANAGETEMPADDR
 #define IPV6_MANAGETEMPADDR
 #endif