1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Remove "set mtu ..." ability. Currently, this is an

"alias" for "set mru ...", but there's no such thing
as setting your mtu in the ppp protocol (rfc1661).
This commit is contained in:
Brian Somers 1997-05-31 16:37:19 +00:00
parent 5e04857ec1
commit e81574b54b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26321

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: command.c,v 1.50 1997/05/26 00:43:58 brian Exp $
* $Id: command.c,v 1.51 1997/05/29 02:29:12 brian Exp $
*
*/
#include <sys/types.h>
@ -1115,7 +1115,7 @@ struct cmdtab const SetCommands[] = {
"Set input filter", "..."},
{ "login", NULL, SetVariable, LOCAL_AUTH,
"Set login script", StrChatStr, (void *)VAR_LOGIN },
{ "mru", "mtu", SetInitialMRU, LOCAL_AUTH,
{ "mru", NULL, SetInitialMRU, LOCAL_AUTH,
"Set Initial MRU value", StrValue },
{ "ofilter", NULL, SetOfilter, LOCAL_AUTH,
"Set output filter", "..." },