From: Roy Marples Date: Mon, 19 Jan 2015 13:28:26 +0000 (+0000) Subject: Restore IFA_F_MANAGETEMPADDR X-Git-Tag: v6.7.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b18b8403c637b8772d0c3dae03316360b873f74;p=thirdparty%2Fdhcpcd.git Restore IFA_F_MANAGETEMPADDR --- diff --git a/ipv6.h b/ipv6.h index 26f00a4d..d910c6eb 100644 --- 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