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
d232bacb
Commit
d232bacb
authored
Aug 11, 2014
by
Tomek Mrugalski
🛰
Browse files
[3487] Minor correction in IfaceMgr method descriptions.
parent
93de5f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/iface_mgr.h
View file @
d232bacb
...
...
@@ -715,7 +715,7 @@ public:
/// @brief Opens IPv6 sockets on detected interfaces.
///
/// This method opens sockets only on interfaces which have the
/// @c inactive6_ field set to false (
is
active). If the interface is active
/// @c inactive6_ field set to false (
are
active). If the interface is active
/// but it is not running, it is down, or is a loopback interface,
/// an error is reported.
///
...
...
@@ -760,7 +760,7 @@ public:
/// @brief Opens IPv4 sockets on detected interfaces.
///
/// This method opens sockets only on interfaces which have the
/// @c inactive4_ field set to false (
is
active). If the interface is active
/// @c inactive4_ field set to false (
are
active). If the interface is active
/// but it is not running, it is down, or is a loopback interface,
/// an error is reported.
///
...
...
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