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
a8362f64
Commit
a8362f64
authored
Oct 29, 2014
by
Marcin Siodelski
Browse files
[3587] Fixed a couple of errors in the doxygen in CfgSubnets4.
Also, removed unused headers from cfg_subnets4.h.
parent
0e1ab93c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/cfg_subnets4.h
View file @
a8362f64
...
...
@@ -16,9 +16,7 @@
#define CFG_SUBNETS4_H
#include
<asiolink/io_address.h>
#include
<exceptions/exceptions.h>
#include
<dhcpsrv/subnet.h>
#include
<util/optional_value.h>
#include
<boost/shared_ptr.hpp>
namespace
isc
{
...
...
@@ -32,12 +30,12 @@ namespace dhcp {
/// assigned to the appropriate members of the @c CfgSubnets4::Selector
/// structure.
///
/// See @c CfgSubnets4::
g
et documentation for more details on how the
subnet
/// is selected for the client.
/// See @c CfgSubnets4::
selectSubn
et documentation for more details on how the
///
subnet
is selected for the client.
class
CfgSubnets4
{
public:
/// @brief Subnet selector used in @c CfgSubnets4::
ge
tSubnet
4
.
/// @brief Subnet selector used in @c CfgSubnets4::
selec
tSubnet.
///
/// This structure holds various parameters extracted from a packet sent
/// by a DHCP client used to select the subnet for the client.
...
...
@@ -122,7 +120,7 @@ public:
///
/// This method returns a pointer to the subnet if the address passed in
/// parameter is in range with this subnet. This is mainly used for unit
/// testing. This method is also called by the @c
g
et(Selector).
/// testing. This method is also called by the @c
selectSubn
et(Selector).
///
/// @param address Address for which the subnet is searched.
/// @param client_classes Optional parameter specifying the classes that
...
...
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