summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv6/types.go')
-rw-r--r--dhcpv6/types.go20
1 files changed, 10 insertions, 10 deletions
diff --git a/dhcpv6/types.go b/dhcpv6/types.go
index 7c4052f..be5d925 100644
--- a/dhcpv6/types.go
+++ b/dhcpv6/types.go
@@ -234,10 +234,10 @@ const (
// optionCodeToString maps DHCPv6 OptionCodes to human-readable strings.
var optionCodeToString = map[OptionCode]string{
- OptionClientID: "Client Identifier",
- OptionServerID: "Server Identifier",
- OptionIANA: "IA_NA",
- OptionIATA: "IA_TA",
+ OptionClientID: "Client ID",
+ OptionServerID: "Server ID",
+ OptionIANA: "IANA",
+ OptionIATA: "IATA",
OptionIAAddr: "IA IP Address",
OptionORO: "Requested Options",
OptionPreference: "Preference",
@@ -255,9 +255,9 @@ var optionCodeToString = map[OptionCode]string{
OptionReconfAccept: "Reconfig Accept",
OptionSIPServersDomainNameList: "SIP Servers Domain Name List",
OptionSIPServersIPv6AddressList: "SIP Servers IPv6 Address List",
- OptionDNSRecursiveNameServer: "DNS Recursive Name Server",
+ OptionDNSRecursiveNameServer: "DNS",
OptionDomainSearchList: "Domain Search List",
- OptionIAPD: "IA_PD",
+ OptionIAPD: "IAPD",
OptionIAPrefix: "IA Prefix",
OptionNISServers: "NIS Servers",
OptionNISPServers: "NISP Servers",
@@ -284,7 +284,7 @@ var optionCodeToString = map[OptionCode]string{
OptionMIPv6VisitedHomeNetworkInformation: "MIPv6 Visited Home Network Information",
OptionLoSTServer: "LoST Server",
OptionCAPWAPAccessControllerAddresses: "CAPWAP Access Controller Addresses",
- OptionRelayID: "RELAY_ID",
+ OptionRelayID: "Relay ID",
OptionIPv6AddressMOS: "OPTION-IPv6_Address-MoS",
OptionIPv6FQDNMOS: "OPTION-IPv6-FQDN-MoS",
OptionNTPServer: "NTP Server",
@@ -328,9 +328,9 @@ var optionCodeToString = map[OptionCode]string{
OptionS46ContMapE: "Softwire46 MAP-E Container",
OptionS46ContMapT: "Softwire46 MAP-T Container",
OptionS46ContLW: "Softwire46 Lightweight 4over6 Container",
- Option4RD: "IPv4 Residual Deployment",
- Option4RDMapRule: "IPv4 Residual Deployment Mapping Rule",
- Option4RDNonMapRule: "IPv4 Residual Deployment Non-Mapping Rule",
+ Option4RD: "4RD",
+ Option4RDMapRule: "4RD Mapping Rule",
+ Option4RDNonMapRule: "4RD Non-Mapping Rule",
OptionLQBaseTime: "Leasequery Server Base time",
OptionLQStartTime: "Leasequery Server Query Start Time",
OptionLQEndTime: "Leasequery Server Query End Time",