diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-11-28 13:18:35 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-11-28 13:18:35 +0000 |
| commit | 94d7be5294679c1ee2d2fb15b501744ca42c19ca (patch) | |
| tree | 0705efa0aabc57d36e2c77a9dfb7fbbfcce06ec2 /usr.sbin/ppp/command.c | |
| parent | aa11a6dde4e0d186f75f35718a7e6c9ff0281215 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/command.c')
| -rw-r--r-- | usr.sbin/ppp/command.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 9a62b31ca840..05b25fd5726a 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -2531,12 +2531,14 @@ static struct cmdtab const NegotiateCommands[] = { "disable|enable", (const void *)OPT_PROXYALL}, {"sroutes", NULL, OptSet, LOCAL_AUTH, "Use sticky routes", "disable|enable", (const void *)OPT_SROUTES}, + {"tcpmssfixup", "mssfixup", OptSet, LOCAL_AUTH, "Modify MSS options", + "disable|enable", (const void *)OPT_TCPMSSFIXUP}, {"throughput", NULL, OptSet, LOCAL_AUTH, "Rolling throughput", "disable|enable", (const void *)OPT_THROUGHPUT}, {"utmp", NULL, OptSet, LOCAL_AUTH, "Log connections in utmp", "disable|enable", (const void *)OPT_UTMP}, -#define OPT_MAX 10 /* accept/deny allowed below and not above */ +#define OPT_MAX 11 /* accept/deny allowed below and not above */ {"acfcomp", NULL, NegotiateSet, LOCAL_AUTH | LOCAL_CX, "Address & Control field compression", "accept|deny|disable|enable", |
