X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipv6cp.h;fp=pppd%2Fipv6cp.h;h=bcdd0d57eb1d72b3b96d50cc313e59c9ac8a87cf;hb=e4bb6771bce69d777bd4d332d57d587467a293a2;hp=d0ac3d6483009787dd96e316d8a0ebd5e7230ffc;hpb=51dfbde005dcd1cac01de097e84245be2c41244c;p=ppp.git diff --git a/pppd/ipv6cp.h b/pppd/ipv6cp.h index d0ac3d6..bcdd0d5 100644 --- a/pppd/ipv6cp.h +++ b/pppd/ipv6cp.h @@ -90,7 +90,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipv6cp.h,v 1.5 2000/08/05 06:46:47 paulus Exp $ + * $Id: ipv6cp.h,v 1.6 2002/09/14 08:10:11 etbe Exp $ */ /* @@ -109,7 +109,7 @@ typedef struct ipv6cp_options { int opt_local; /* ourtoken set by option */ int opt_remote; /* histoken set by option */ int use_ip; /* use IP as interface identifier */ -#if defined(SOL2) +#if defined(SOL2) || defined(__linux__) int use_persistent; /* use uniquely persistent value for address */ #endif /* defined(SOL2) */ int neg_vj; /* Van Jacobson Compression? */