Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
49288c88
Commit
49288c88
authored
Nov 12, 2017
by
Francis Dupont
Browse files
[master] Fixed order of D6O_AFTR_NAME entry
parent
4a33bd5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/std_option_defs.h
View file @
49288c88
...
...
@@ -426,6 +426,7 @@ const OptionDefParams STANDARD_V6_OPTION_DEFINITIONS[] = {
{
"bootfile-param"
,
D6O_BOOTFILE_PARAM
,
OPT_TUPLE_TYPE
,
true
,
NO_RECORD_DEF
,
""
},
{
"client-arch-type"
,
D6O_CLIENT_ARCH_TYPE
,
OPT_UINT16_TYPE
,
true
,
NO_RECORD_DEF
,
""
},
{
"nii"
,
D6O_NII
,
OPT_RECORD_TYPE
,
false
,
RECORD_DEF
(
CLIENT_NII_RECORDS
),
""
},
{
"aftr-name"
,
D6O_AFTR_NAME
,
OPT_FQDN_TYPE
,
false
,
NO_RECORD_DEF
,
""
},
{
"erp-local-domain-name"
,
D6O_ERP_LOCAL_DOMAIN_NAME
,
OPT_FQDN_TYPE
,
false
,
NO_RECORD_DEF
,
""
},
{
"rsoo"
,
D6O_RSOO
,
OPT_EMPTY_TYPE
,
false
,
NO_RECORD_DEF
,
"rsoo-opts"
},
...
...
@@ -453,7 +454,6 @@ const OptionDefParams STANDARD_V6_OPTION_DEFINITIONS[] = {
RECORD_DEF
(
SIGNATURE_RECORDS
),
""
},
{
"timestamp"
,
D6O_TIMESTAMP
,
OPT_BINARY_TYPE
,
false
,
NO_RECORD_DEF
,
""
},
{
"aftr-name"
,
D6O_AFTR_NAME
,
OPT_FQDN_TYPE
,
false
,
NO_RECORD_DEF
,
""
},
// @todo There is still a bunch of options for which we have to provide
// definitions but we don't do it because they are not really
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment