diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2009-01-10 11:45:47 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2009-01-10 11:45:47 +0000 |
| commit | 7ea3329d5f138138384c6b8a5c2feeddf4251dd1 (patch) | |
| tree | de266ecd1ce740dc1e236b378fc82ae500263f9d /include | |
| parent | 558218ce093a6262276d707a28010204b164870c (diff) | |
Notes
Diffstat (limited to 'include')
| -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 |
