projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b66bba
)
set IP NPmode to pass
author
Paul Mackerras
<paulus@samba.org>
Tue, 28 May 1996 00:40:47 +0000
(
00:40
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 28 May 1996 00:40:47 +0000
(
00:40
+0000)
pppd/ipcp.c
patch
|
blob
|
history
diff --git
a/pppd/ipcp.c
b/pppd/ipcp.c
index 580a89f553c1fdcdb0ce184644d2e5cee289c983..c8150a44592bff5ce38157174cbefe29f7ad44ee 100644
(file)
--- a/
pppd/ipcp.c
+++ b/
pppd/ipcp.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: ipcp.c,v 1.2
4 1996/04/04 03:57:12
paulus Exp $";
+static char rcsid[] = "$Id: ipcp.c,v 1.2
5 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)