X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipv6cp.h;h=3eb7b2a77cf805f309561aade049379aa8d64afc;hb=af30be0d252d0f38c40bff7178a00addecdd1bb1;hp=2f4c06ddc1892c2c27f26a519f5e78efc82fc219;hpb=de8da14d845ee6db9236ccfddabf1d8ebf045ddb;p=ppp.git diff --git a/pppd/ipv6cp.h b/pppd/ipv6cp.h index 2f4c06d..3eb7b2a 100644 --- a/pppd/ipv6cp.h +++ b/pppd/ipv6cp.h @@ -150,7 +150,9 @@ typedef struct ipv6cp_options { int neg_ifaceid; /* Negotiate interface identifier? */ int req_ifaceid; /* Ask peer to send interface identifier? */ - int accept_local; /* accept peer's value for iface id? */ + int default_route; /* Assign default route through interface? */ + int accept_local; /* accept peer's value for our iface id? */ + int accept_remote; /* accept peer's value for his iface id? */ int opt_local; /* ourtoken set by option */ int opt_remote; /* histoken set by option */ int use_ip; /* use IP as interface identifier */