projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc45bd7
)
Allow proxyarp and defaultroute by default.
author
Paul Mackerras
<paulus@samba.org>
Thu, 17 Aug 1995 11:57:12 +0000
(11:57 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 17 Aug 1995 11:57:12 +0000
(11:57 +0000)
pppd/ipcp.c
patch
|
blob
|
history
diff --git
a/pppd/ipcp.c
b/pppd/ipcp.c
index 3d99235440b2d5a6a6a9ea97f8193679b02b9e6f..2566fc82e0ddc1663bbc300a15c94bae16969399 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
0 1995/08/10 06:51:04
paulus Exp $";
+static char rcsid[] = "$Id: ipcp.c,v 1.2
1 1995/08/17 11:57:12
paulus Exp $";
#endif
/*
@@
-149,6
+149,13
@@
ipcp_init(unit)
ao->neg_vj = 1;
ao->maxslotindex = MAX_STATES - 1;
ao->cflag = 1;
+
+ /*
+ * XXX These control whether the user may use the proxyarp
+ * and defaultroute options.
+ */
+ ao->proxy_arp = 1;
+ ao->default_route = 1;
}