Skip to content
GitLab
Menu
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
ac7aaa88
Commit
ac7aaa88
authored
Jun 22, 2011
by
Stephen Morris
Browse files
[trac998] Final comment tweaks suggested by Jinmei
parent
ebb6493b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/acl/ip_check.h
View file @
ac7aaa88
...
...
@@ -172,7 +172,7 @@ public:
/// \brief IPV6 Constructor
///
/// Constructs an IP
v
6 Check object from a network address given as a
/// Constructs an IP
V
6 Check object from a network address given as a
/// 16-byte array in network-byte order and a prefix length.
///
/// \param address IP address to check for (as an address in network-byte
...
...
@@ -230,7 +230,7 @@ public:
family_
=
AF_INET6
;
}
else
{
// Not IPV6, try IP
v
4
// Not IPV6, try IP
V
4
int
status
=
inet_pton
(
AF_INET
,
result
.
first
.
c_str
(),
address_bytes
);
if
(
status
==
1
)
{
...
...
@@ -255,7 +255,7 @@ public:
/// \brief The check itself
///
/// Matches the passed argument to the condition stored here. Different
/// specialisations must be
provided for different argument types, and the
/// specialisations must be provided for different argument types, and the
/// program will fail to compile if a required specialisation is not
/// provided.
///
...
...
Write
Preview
Supports
Markdown
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