Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pavel Zhukov
Kea
Commits
a4d17f36
Commit
a4d17f36
authored
Aug 07, 2019
by
Razvan Becheriu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#756, !470] updated Changelog and fixed sphinx docs
parent
e5f9de79
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
ChangeLog
ChangeLog
+6
-2
doc/sphinx/api/statistic-get-all.json
doc/sphinx/api/statistic-get-all.json
+8
-8
doc/sphinx/arm/stats.rst
doc/sphinx/arm/stats.rst
+0
-1
No files found.
ChangeLog
View file @
a4d17f36
1638. [bug] franek, razvan
Kea statistics improvements: Correct statistic-get{all} commands.
(Gitlab #756,!470, git e5f9de794801724528753566fa58af985a0985af)
1637. [bug] tmark
Corrected an issue in kea-dhcp6 where the server would assign
a different lease each time a client with a dynamic host
reservation returned via a SOLICIT.
(Gitlab #754,!440,
git c548d9330e6f626e538343c5e6361457057efdd7)
(Gitlab #754,!440,
git c548d9330e6f626e538343c5e6361457057efdd7)
1636. [bug] razvan
Http request and response parser
accepts Content-Length set to 0
.
Http request and response parser
now accepts 0 for Content-Length
.
(Gitlab #708,!423, git 09d75804e050083b502a96c8e77b0e98c735ae3d)
1635. [doc] godfryd, tomek
...
...
doc/sphinx/api/statistic-get-all.json
View file @
a4d17f36
...
...
@@ -14,15 +14,15 @@
],
"resp-syntax"
:
[
"{"
,
"
\"
result
\"
: 0"
,
"
\"
result
\"
: 0
,
"
,
"
\"
arguments
\"
: {"
,
"
\"
declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386733
\"
] ]"
,
"
\"
reclaimed-declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386735
\"
] ]"
,
"
\"
reclaimed-leases
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386736
\"
] ]"
,
"
\"
subnet[1].assigned-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386740
\"
] ]"
,
"
\"
subnet[1].declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386743
\"
] ]"
,
"
\"
subnet[1].reclaimed-declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386745
\"
] ]"
,
"
\"
subnet[1].reclaimed-leases
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386747
\"
] ]"
,
"
\"
declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386733
\"
] ]
,
"
,
"
\"
reclaimed-declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386735
\"
] ]
,
"
,
"
\"
reclaimed-leases
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386736
\"
] ]
,
"
,
"
\"
subnet[1].assigned-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386740
\"
] ]
,
"
,
"
\"
subnet[1].declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386743
\"
] ]
,
"
,
"
\"
subnet[1].reclaimed-declined-addresses
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386745
\"
] ]
,
"
,
"
\"
subnet[1].reclaimed-leases
\"
: [ [ 0,
\"
2019-07-30 10:04:28.386747
\"
] ]
,
"
,
"
\"
subnet[1].total-addresses
\"
: [ [ 200,
\"
2019-07-30 10:04:28.386719
\"
] ]"
,
" }"
,
"}"
...
...
doc/sphinx/arm/stats.rst
View file @
a4d17f36
...
...
@@ -214,7 +214,6 @@ An example response returning all collected statistics:
"reclaimed-leases": [ [ 0, "2019-07-30 10:04:28.386736" ] ], "subnet[1].assigned-addresses": [ [ 0, "2019-07-30 10:04:28.386740" ] ],
"subnet[1].declined-addresses": [ [ 0, "2019-07-30 10:04:28.386743" ] ], "subnet[1].reclaimed-declined-addresses": [ [ 0, "2019-07-30 10:04:28.386745" ] ],
"subnet[1].reclaimed-leases": [ [ 0, "2019-07-30 10:04:28.386747" ] ], "subnet[1].total-addresses": [ [ 200, "2019-07-30 10:04:28.386719" ] ]
},
"result": 0
}
...
...
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