X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipv6cp.h;h=3eb7b2a77cf805f309561aade049379aa8d64afc;hb=2a7981f8ca0fc6660146885b75f7a663fe221119;hp=25235d27fd2313e202a8817fe48b58cf0128e1b6;hpb=0678d3bf69116af58b00fbc64bd4185acb4d5c37;p=ppp.git diff --git a/pppd/ipv6cp.h b/pppd/ipv6cp.h index 25235d2..3eb7b2a 100644 --- a/pppd/ipv6cp.h +++ b/pppd/ipv6cp.h @@ -151,7 +151,8 @@ 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 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 */