]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ipv6cp.h
pppd: Include time.h header before using time_t
[ppp.git] / pppd / ipv6cp.h
index cc4568dea22c91cffcdd126835bd33a8c97ca875..25235d27fd2313e202a8817fe48b58cf0128e1b6 100644 (file)
 typedef struct ipv6cp_options {
     int neg_ifaceid;           /* Negotiate interface identifier? */
     int req_ifaceid;           /* Ask peer to send interface identifier? */
+    int default_route;         /* Assign default route through interface? */
     int accept_local;          /* accept peer's value for iface id? */
     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) || defined(__linux__)
     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 */