From: Paul Mackerras Date: Sat, 11 Sep 1999 12:04:22 +0000 (+0000) Subject: turn on IPV6 if you give the ipv6 option X-Git-Tag: ppp-2.4.7~641 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=fc8a2a1cb1a141e5c1d9c9f0580e4f97271f9734;hp=c291dcda5acdd3edb75c4127c7c001017ba3a876 turn on IPV6 if you give the ipv6 option --- diff --git a/pppd/ipv6cp.c b/pppd/ipv6cp.c index e2055a4..c5db577 100644 --- a/pppd/ipv6cp.c +++ b/pppd/ipv6cp.c @@ -95,10 +95,10 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipv6cp.c,v 1.4 1999/08/25 04:15:51 paulus Exp $ + * $Id: ipv6cp.c,v 1.5 1999/09/11 12:04:22 paulus Exp $ */ -#define RCSID "$Id: ipv6cp.c,v 1.4 1999/08/25 04:15:51 paulus Exp $" +#define RCSID "$Id: ipv6cp.c,v 1.5 1999/09/11 12:04:22 paulus Exp $" /* * TODO: @@ -312,6 +312,7 @@ setifaceid(argv) wo->opt_remote = 1; } + ipv6cp_protent.enabled_flag = 1; return 1; }