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
b5c4f9c2
Commit
b5c4f9c2
authored
Jan 26, 2017
by
Tomek Mrugalski
🛰
Browse files
[5019_rebase] Removed obsolete duplicate_option_warning
parent
a47e8223
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/parsers/dhcp_parsers.h
View file @
b5c4f9c2
...
...
@@ -843,16 +843,6 @@ protected:
virtual
DhcpConfigParser
*
createSubnetConfigParser
(
const
std
::
string
&
config_id
)
=
0
;
/// @brief Issues a server specific warning regarding duplicate subnet
/// options.
///
/// @param code is the numeric option code of the duplicate option
/// @param addr is the subnet address
/// @todo a means to know the correct logger and perhaps a common
/// message would allow this method to be emitted by the base class.
virtual
void
duplicate_option_warning
(
uint32_t
code
,
isc
::
asiolink
::
IOAddress
&
addr
)
=
0
;
/// @brief Instantiates the subnet based on a given IP prefix and prefix
/// length.
///
...
...
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