Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
39622074
Commit
39622074
authored
May 28, 2018
by
Marcin Siodelski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5632] Swap builtin classes order as a result of review.
parent
ebf7d863
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/dhcpsrv/client_class_def.cc
src/lib/dhcpsrv/client_class_def.cc
+1
-1
src/lib/dhcpsrv/client_class_def.h
src/lib/dhcpsrv/client_class_def.h
+1
-1
No files found.
src/lib/dhcpsrv/client_class_def.cc
View file @
39622074
...
...
@@ -305,7 +305,7 @@ builtinNames = {
std
::
list
<
std
::
string
>
builtinPrefixes
=
{
"VENDOR_CLASS_"
,
"AFTER_"
,
"EXTERNAL_"
,
"HA_"
"VENDOR_CLASS_"
,
"HA_"
,
"AFTER_"
,
"EXTERNAL_"
};
bool
...
...
src/lib/dhcpsrv/client_class_def.h
View file @
39622074
...
...
@@ -348,7 +348,7 @@ typedef boost::shared_ptr<ClientClassDictionary> ClientClassDictionaryPtr;
extern
std
::
list
<
std
::
string
>
builtinNames
;
/// @brief List of built-in client class prefixes
/// i.e. VENDOR_CLASS_, AFTER_
,
EXTERNAL_
and HA_
.
/// i.e. VENDOR_CLASS_,
HA_,
AFTER_
and
EXTERNAL_.
extern
std
::
list
<
std
::
string
>
builtinPrefixes
;
/// @brief Check if a client class name is builtin.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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