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
Sebastian Schrader
Kea
Commits
68d52986
Commit
68d52986
authored
Dec 09, 2013
by
Jeremy C. Reed
Browse files
[master] fix misspelling typo in comment
parent
833deb1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.cc
View file @
68d52986
...
@@ -873,10 +873,10 @@ Dhcpv4Srv::processClientFqdnOption(const Option4ClientFqdnPtr& fqdn,
...
@@ -873,10 +873,10 @@ Dhcpv4Srv::processClientFqdnOption(const Option4ClientFqdnPtr& fqdn,
// perform DNS updates:
// perform DNS updates:
// 1. Updates are globally disabled,
// 1. Updates are globally disabled,
// 2. Client requested no update and server respects it,
// 2. Client requested no update and server respects it,
// 3. Client requested that the foward DNS update is delegated to the
client
// 3. Client requested that the fo
r
ward DNS update is delegated to the
// but server neither respects requests for forward update
delegation nor
//
client
but server neither respects requests for forward update
// it is configured to send update on its own when
client requested
//
delegation nor
it is configured to send update on its own when
// delegation.
//
client requested
delegation.
if
(
!
FQDN_ENABLE_UPDATE
||
if
(
!
FQDN_ENABLE_UPDATE
||
(
fqdn
->
getFlag
(
Option4ClientFqdn
::
FLAG_N
)
&&
(
fqdn
->
getFlag
(
Option4ClientFqdn
::
FLAG_N
)
&&
!
FQDN_OVERRIDE_NO_UPDATE
)
||
!
FQDN_OVERRIDE_NO_UPDATE
)
||
...
...
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