From: Paul Mackerras Date: Tue, 28 May 1996 00:40:47 +0000 (+0000) Subject: set IP NPmode to pass X-Git-Tag: RELEASE_2_3_6~463 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=7df5ece216e40945fd53f2e539fd7f80806c5aae set IP NPmode to pass --- diff --git a/pppd/ipcp.c b/pppd/ipcp.c index 580a89f..c8150a4 100644 --- a/pppd/ipcp.c +++ b/pppd/ipcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ipcp.c,v 1.24 1996/04/04 03:57:12 paulus Exp $"; +static char rcsid[] = "$Id: ipcp.c,v 1.25 1996/05/28 00:40:47 paulus Exp $"; #endif /* @@ -1152,6 +1152,7 @@ ipcp_up(f) ipcp_close(f->unit, "Interface configuration failed"); return; } + sifnpmode(f->unit, PPP_IP, NPMODE_PASS); /* assign a default route through the interface if required */ if (ipcp_wantoptions[f->unit].default_route)