X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fipv6cp.c;h=fef147adf260b4eac6e1185aaafe359c1cf0fcf3;hp=d8b86914fdf3314f4225d6ac4ba72567ebb8d27a;hb=5b7ca16d695affb207aa9d619f7393b66d246de8;hpb=36099775a4e40a7a7b85191486db284fa0e8338f diff --git a/pppd/ipv6cp.c b/pppd/ipv6cp.c index d8b8691..fef147a 100644 --- a/pppd/ipv6cp.c +++ b/pppd/ipv6cp.c @@ -239,9 +239,9 @@ static option_t ipv6cp_option_list[] = { { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, "Disable IPv6 and IPv6CP", OPT_PRIOSUB | OPT_ALIAS }, - { "ipv6cp-accept-local", o_bool, &ipv6cp_allowoptions[0].accept_local, + { "ipv6cp-accept-local", o_bool, &ipv6cp_wantoptions[0].accept_local, "Accept peer's interface identifier for us", 1 }, - { "ipv6cp-accept-remote", o_bool, &ipv6cp_allowoptions[0].accept_remote, + { "ipv6cp-accept-remote", o_bool, &ipv6cp_wantoptions[0].accept_remote, "Accept peer's interface identifier for itself", 1 }, { "defaultroute6", o_bool, &ipv6cp_wantoptions[0].default_route,