]> git.ozlabs.org Git - ppp.git/commitdiff
turn on IPV6 if you give the ipv6 option
authorPaul Mackerras <paulus@samba.org>
Sat, 11 Sep 1999 12:04:22 +0000 (12:04 +0000)
committerPaul Mackerras <paulus@samba.org>
Sat, 11 Sep 1999 12:04:22 +0000 (12:04 +0000)
pppd/ipv6cp.c

index e2055a445b32c77637008ed258462155511b2bb2..c5db5776dfbc3b08acb0093d1762fecb3dfb17ca 100644 (file)
  * 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;
 }