Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Schrader
Kea
Commits
18ceb9fa
Commit
18ceb9fa
authored
Jul 01, 2017
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5286] Added signed integers
parent
f5e88bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/guide/dhcp4-srv.xml
doc/guide/dhcp4-srv.xml
+3
-0
No files found.
doc/guide/dhcp4-srv.xml
View file @
18ceb9fa
...
...
@@ -1277,6 +1277,9 @@ It is merely echoed by the server
<row><entry>
uint8
</entry><entry>
8 bit unsigned integer with allowed values 0 to 255
</entry></row>
<row><entry>
uint16
</entry><entry>
16 bit unsigned integer with allowed values 0 to 65535
</entry></row>
<row><entry>
uint32
</entry><entry>
32 bit unsigned integer with allowed values 0 to 4294967295
</entry></row>
<row><entry>
int8
</entry><entry>
8 bit signed integer with allowed values -128 to 127
</entry></row>
<row><entry>
int16
</entry><entry>
16 bit signed integer with allowed values -32768 to 32767
</entry></row>
<row><entry>
int32
</entry><entry>
32 bit signed integer with allowed values -2147483648 to 2147483647
</entry></row>
</tbody>
</tgroup>
</table>
...
...
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