diff options
author | Toomas Soome <tsoome@me.com> | 2017-05-28 21:11:08 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-05-30 14:04:37 -0400 |
commit | a5ae00988088f44766fb28f575751986b222edbc (patch) | |
tree | 103387afad0fc02f810ee6dcba57ab82d6f33b19 /usr | |
parent | 5cb835500e9cd5a521ccc0bbd3d2d15ea11a997f (diff) | |
download | illumos-joyent-a5ae00988088f44766fb28f575751986b222edbc.tar.gz |
8298 snoop: dhcp option_types list is missing strings
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dhcp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dhcp.c b/usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dhcp.c index 7857da7d53..b94c8246cb 100644 --- a/usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dhcp.c +++ b/usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dhcp.c @@ -112,6 +112,8 @@ static char *option_types[] = { "Client Identifier =", /* 61 */ "Netware IP Domain =", /* 62 */ "Netware IP Options =", /* 63 */ +"NIS+ v3 Client Domain Name =", /* 64 */ +"NIS+ v3 Server Addresses =", /* 65 */ "TFTP Server Name", /* 66 */ "Option BootFile Name", /* 67 */ "Mobile IP Agents", /* 68 */ |