summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/vars.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-01 01:13:04 +0000
committerbrian <brian@FreeBSD.org>1997-06-01 01:13:04 +0000
commit0e779533082753004e1e3529858c07205320d59e (patch)
tree7b1245c42d5ae5109b2a350b44a59a19e8c5599b /usr.sbin/ppp/vars.c
parenta7842e1d2874acd07105c22a85f8881dad6c596c (diff)
downloadFreeBSD-src-0e779533082753004e1e3529858c07205320d59e.zip
FreeBSD-src-0e779533082753004e1e3529858c07205320d59e.tar.gz
Implement "set mtu" command to allow the client to
reduce the interface mtu. Allow max mru spec of 16k. Add "show m[rt]u" ability.
Diffstat (limited to 'usr.sbin/ppp/vars.c')
-rw-r--r--usr.sbin/ppp/vars.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c
index 2ebc142..f9e4d1d 100644
--- a/usr.sbin/ppp/vars.c
+++ b/usr.sbin/ppp/vars.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: vars.c,v 1.16 1997/05/17 16:08:48 brian Exp $
+ * $Id: vars.c,v 1.17 1997/05/26 00:44:09 brian Exp $
*
*/
#include "fsm.h"
@@ -30,7 +30,7 @@
#include "defs.h"
char VarVersion[] = "Version 0.94";
-char VarLocalVersion[] = "$Date: 1997/05/17 16:08:48 $";
+char VarLocalVersion[] = "$Date: 1997/05/26 00:44:09 $";
/*
* Order of conf option is important. See vars.h.
@@ -50,7 +50,7 @@ struct confdesc pppConfs[] = {
};
struct pppvars pppVars = {
- DEF_MRU, 0, MODEM_SPEED, CS8, MODEM_CTSRTS, 180, 30, 3,
+ DEF_MRU, DEF_MTU, 0, MODEM_SPEED, CS8, MODEM_CTSRTS, 180, 30, 3,
RECONNECT_TIMER, RECONNECT_TRIES, REDIAL_PERIOD,
NEXT_REDIAL_PERIOD, 1, MODEM_DEV, BASE_MODEM_DEV,
OPEN_ACTIVE, LOCAL_NO_AUTH,
OpenPOWER on IntegriCloud