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
Sebastian Schrader
Kea
Commits
f7a742bd
Commit
f7a742bd
authored
Mar 07, 2017
by
Tomek Mrugalski
🛰
Browse files
[5114] Spelling corrections
parent
7e81bfc6
Changes
22
Hide whitespace changes
Inline
Side-by-side
src/bin/agent/ca_cfg_mgr.h
View file @
f7a742bd
...
...
@@ -116,9 +116,9 @@ public:
return
(
hooks_config_
);
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// Returns an element which must parse into the same objet, i.e.
/// Returns an element which must parse into the same obje
c
t, i.e.
/// @code
/// for all valid config C parse(parse(C)->toElement()) == parse(C)
/// @endcode
...
...
src/bin/d2/d2_cfg_mgr.h
View file @
f7a742bd
...
...
@@ -90,7 +90,7 @@ public:
keys_
=
keys
;
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to a configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/bin/d2/d2_config.h
View file @
f7a742bd
...
...
@@ -357,7 +357,7 @@ public:
static
const
dns
::
Name
&
stringToAlgorithmName
(
const
std
::
string
&
algorithm_id
);
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to a configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
@@ -478,7 +478,7 @@ public:
/// @brief Returns a text representation for the server.
std
::
string
toText
()
const
;
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to a configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
@@ -564,7 +564,7 @@ public:
return
(
tsig_key_info_
);
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to a configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
@@ -671,7 +671,7 @@ public:
/// set the internal wild card domain pointer accordingly.
void
setDomains
(
DdnsDomainMapPtr
domains
);
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to a configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
@@ -718,7 +718,7 @@ public:
return
(
process
::
DCfgContextBasePtr
(
new
DScalarContext
(
*
this
)));
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to a configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
{
...
...
src/lib/cc/cfg_to_element.h
View file @
f7a742bd
...
...
@@ -30,9 +30,9 @@ struct CfgToElement {
/// Destructor
virtual
~
CfgToElement
()
{
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// Returns an element which must parse into the same objet, i.e.
/// Returns an element which must parse into the same obje
c
t, i.e.
/// @code
/// for all valid config C parse(parse(C)->toElement()) == parse(C)
/// @endcode
...
...
src/lib/dhcpsrv/cfg_4o6.h
View file @
f7a742bd
...
...
@@ -79,7 +79,7 @@ struct Cfg4o6 : public isc::data::CfgToElement {
enabled_
=
true
;
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_duid.h
View file @
f7a742bd
...
...
@@ -115,7 +115,7 @@ public:
/// @return Pointer to an instance of new DUID.
DuidPtr
create
(
const
std
::
string
&
duid_file_path
)
const
;
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_expiration.h
View file @
f7a742bd
...
...
@@ -224,7 +224,7 @@ public:
void
(
Instance
::*
delete_fun
)(
const
uint32_t
),
Instance
*
instance_ptr
)
const
;
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_host_operations.h
View file @
f7a742bd
...
...
@@ -78,7 +78,7 @@ public:
/// @brief Removes existing identifier types.
void
clearIdentifierTypes
();
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_hosts.h
View file @
f7a742bd
...
...
@@ -331,7 +331,7 @@ public:
return
(
std
::
string
(
"configuration file"
));
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// host reservation lists are not autonomous so they are
/// not returned directly but with the subnet where they are
...
...
@@ -512,12 +512,12 @@ private:
/// - IPv6 prefix
HostContainer6
hosts6_
;
/// @brief Unparse a configuration objet (DHCPv4 reservations)
/// @brief Unparse a configuration obje
c
t (DHCPv4 reservations)
///
/// @return a pointer to unparsed configuration
isc
::
data
::
ElementPtr
toElement4
()
const
;
/// @brief Unparse a configuration objet (DHCPv6 reservations)
/// @brief Unparse a configuration obje
c
t (DHCPv6 reservations)
///
/// @return a pointer to unparsed configuration
isc
::
data
::
ElementPtr
toElement6
()
const
;
...
...
src/lib/dhcpsrv/cfg_iface.h
View file @
f7a742bd
...
...
@@ -252,7 +252,7 @@ public:
return
(
!
equals
(
other
));
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_mac_source.h
View file @
f7a742bd
...
...
@@ -69,7 +69,7 @@ class CfgMACSource : public isc::data::CfgToElement {
mac_sources_
.
clear
();
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_option.h
View file @
f7a742bd
...
...
@@ -395,7 +395,7 @@ public:
/// @return List comprising option space names for vendor options.
std
::
list
<
std
::
string
>
getVendorIdsSpaceNames
()
const
;
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_option_def.h
View file @
f7a742bd
...
...
@@ -118,7 +118,7 @@ public:
return
(
option_definitions_
);
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_rsoo.h
View file @
f7a742bd
...
...
@@ -47,7 +47,7 @@ public:
/// @param code option to be enabled in RSOO
void
enable
(
const
uint16_t
code
);
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_subnets4.h
View file @
f7a742bd
...
...
@@ -184,7 +184,7 @@ public:
/// configuration and also subnet-ids may change.
void
removeStatistics
();
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/cfg_subnets6.h
View file @
f7a742bd
...
...
@@ -142,7 +142,7 @@ public:
/// configuration and also subnet-ids may change.
void
removeStatistics
();
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/client_class_def.h
View file @
f7a742bd
...
...
@@ -154,7 +154,7 @@ public:
return
(
filename_
);
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
@@ -290,7 +290,7 @@ public:
return
(
!
equals
(
other
));
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/d2_client_cfg.h
View file @
f7a742bd
...
...
@@ -232,7 +232,7 @@ public:
/// "unknown" if not.
static
std
::
string
replaceClientNameModeToString
(
const
ReplaceClientNameMode
&
mode
);
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/logging_info.h
View file @
f7a742bd
...
...
@@ -48,7 +48,7 @@ struct LoggingDestination : public isc::data::CfgToElement {
:
output_
(
"stdout"
),
maxver_
(
1
),
maxsize_
(
204800
),
flush_
(
true
)
{
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
@@ -123,7 +123,7 @@ struct LoggingInfo : public isc::data::CfgToElement {
/// @brief Converts logger configuration to a spec.
isc
::
log
::
LoggerSpecification
toSpec
()
const
;
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
src/lib/dhcpsrv/srv_config.h
View file @
f7a742bd
...
...
@@ -537,7 +537,7 @@ public:
d2_client_config_
=
d2_client_config
;
}
/// @brief Unparse a configuration objet
/// @brief Unparse a configuration obje
c
t
///
/// @return a pointer to unparsed configuration
virtual
isc
::
data
::
ElementPtr
toElement
()
const
;
...
...
Prev
1
2
Next
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