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
7ab8a311
Commit
7ab8a311
authored
Mar 19, 2015
by
Shawn Routhier
Browse files
[3678] Tidy up some typos
parent
a194abb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dora_unittest.cc
View file @
7ab8a311
...
...
@@ -173,7 +173,7 @@ public:
IfaceMgr
::
instance
().
openSockets4
();
}
/// @brief Test that server doesn't allocate the lease for
the
client
/// @brief Test that server doesn't allocate the lease for
a
client
/// which has the same address or client identifier as another client.
///
/// This test checks the server's behavior in the following scenario:
...
...
@@ -181,8 +181,8 @@ public:
/// and client identifier or only one of those.
/// - Client A performs the 4-way exchange and obtains a lease from the server.
/// - Client B uses the same HW address or client identifier as the client A.
/// - Client B uses HW address and client identifier if the client A is using
/// only
the
one of them. Client B uses one of the HW address or client
/// - Client B uses
both
HW address and client identifier if the client A is using
/// only one of them. Client B uses one of the HW address or client
/// identifier if the client A is using both.
/// - Client B sends the DHCPDISCOVER to the server.
/// The server determines that there is a lease for the client A using the
...
...
@@ -206,7 +206,7 @@ public:
const
std
::
string
&
hwaddr_b
,
const
std
::
string
&
clientid_b
);
/// @brief Test that server can allocate the lease for
the
client having
/// @brief Test that server can allocate the lease for
a
client having
/// the same HW Address or client id as another client.
///
/// This test checks the server behavior in the following situation:
...
...
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