From a9a7c86c7875a38358a9ff1f2a35e93febf6f41e Mon Sep 17 00:00:00 2001 From: Steinar Haug Date: Sat, 13 Nov 2010 10:34:49 -0800 Subject: [PATCH] Improve printout of DHCPv6 options. Reviewed-By: Guy Harris --- print-dhcp6.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print-dhcp6.c b/print-dhcp6.c index 26855ccb..a75da823 100644 --- a/print-dhcp6.c +++ b/print-dhcp6.c @@ -229,15 +229,15 @@ dhcp6opt_name(int type) case DH6OPT_SIP_SERVER_A: return "SIP-servers-address"; case DH6OPT_DNS: - return "DNS"; + return "DNS-server"; case DH6OPT_DNSNAME: - return "DNS-name"; + return "DNS-search-list"; case DH6OPT_IA_PD: return "IA_PD"; case DH6OPT_IA_PD_PREFIX: return "IA_PD-prefix"; case DH6OPT_NTP_SERVERS: - return "NTP-Server"; + return "NTP-server"; case DH6OPT_LIFETIME: return "lifetime"; case DH6OPT_NIS_SERVERS: -- 2.39.5