Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
2de38cb9
Commit
2de38cb9
authored
Jan 22, 2015
by
Francis Dupont
Browse files
spelling
parent
88c6b6d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4.dox
View file @
2de38cb9
...
@@ -21,7 +21,7 @@ isc::dhcp::Dhcpv4Srv class. It uses \ref libdhcp extensively,
...
@@ -21,7 +21,7 @@ isc::dhcp::Dhcpv4Srv class. It uses \ref libdhcp extensively,
especially isc::dhcp::Pkt4, isc::dhcp::Option and
especially isc::dhcp::Pkt4, isc::dhcp::Option and
isc::dhcp::IfaceMgr classes. Currently this code offers skeleton
isc::dhcp::IfaceMgr classes. Currently this code offers skeleton
functionality, i.e. it is able to receive and process incoming
functionality, i.e. it is able to receive and process incoming
requests and trasmit responses. However, it does not have database
requests and tra
n
smit responses. However, it does not have database
management, so it returns only one, hardcoded lease to whoever asks
management, so it returns only one, hardcoded lease to whoever asks
for it.
for it.
...
@@ -174,7 +174,7 @@ be interpreted as a class name.
...
@@ -174,7 +174,7 @@ be interpreted as a class name.
In principle any given packet can belong to zero or more classes. As the current
In principle any given packet can belong to zero or more classes. As the current
classifier is very modest, there's only one way to assign a class (based on vendor class
classifier is very modest, there's only one way to assign a class (based on vendor class
option), the ability to assign more than one class to a packet is not yet exercised.
option), the ability to assign more than one class to a packet is not yet exercised.
Neverthless, there is such a possibility and it will be used in a near future. To
Neverth
e
less, there is such a possibility and it will be used in a near future. To
check whether a packet belongs to given class, isc::dhcp::Pkt4::inClass method should
check whether a packet belongs to given class, isc::dhcp::Pkt4::inClass method should
be used.
be used.
...
...
Write
Preview
Markdown
is supported
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