X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fipv6cp.h;h=86cdfd4ad7b79a3221a6df196915322cd15fad08;hp=ca360f978661c7812e95930c2b57db2ff456f725;hb=f9eac6e29b5137c46063855b3bfc253159c90c29;hpb=10a68fd183c5e16e95fce56e7b292f1436b1e714 diff --git a/pppd/ipv6cp.h b/pppd/ipv6cp.h index ca360f9..86cdfd4 100644 --- a/pppd/ipv6cp.h +++ b/pppd/ipv6cp.h @@ -95,7 +95,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipv6cp.h,v 1.2 1999/08/25 04:15:51 paulus Exp $ + * $Id: ipv6cp.h,v 1.3 1999/09/30 19:57:45 masputra Exp $ */ /* @@ -114,6 +114,9 @@ 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) + int use_persistent; /* use uniquely persistent value for address */ +#endif /* defined(SOL2) */ int neg_vj; /* Van Jacobson Compression? */ u_short vj_protocol; /* protocol value to use in VJ option */ eui64_t ourid, hisid; /* Interface identifiers */