diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2008-09-13 17:46:50 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2008-09-13 17:46:50 +0000 |
| commit | d676c049d7b4de8b5a236231ed5267601696af94 (patch) | |
| tree | 000ad088ddefc67f33124db0552a196abfabe152 /include/arpa | |
| parent | 8fa962c745e1a983f1fda64e5be4727964a71ff8 (diff) | |
Notes
Diffstat (limited to 'include/arpa')
| -rw-r--r-- | include/arpa/telnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index c937f03eacde..26f75fb31303 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -140,8 +140,8 @@ const char *telopts[NTELOPTS+1] = { "TACACS UID", "OUTPUT MARKING", "TTYLOC", "3270 REGIME", "X.3 PAD", "NAWS", "TSPEED", "LFLOW", "LINEMODE", "XDISPLOC", "OLD-ENVIRON", "AUTHENTICATION", - "ENCRYPT", "NEW-ENVIRON", "TN3270E", "CHARSET", "COM-PORT", - "KERMIT", + "ENCRYPT", "NEW-ENVIRON", "TN3270E", "XAUTH", "CHARSET", + "RSP", "COM-PORT", "SLE", "STARTTLS", "KERMIT", 0 }; #define TELOPT_FIRST TELOPT_BINARY |
