2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

[#756, !470] updated Changelog and fixed sphinx docs

This commit is contained in:
Razvan Becheriu 2019-08-07 21:13:12 +03:00
parent e5f9de7948
commit a4d17f3609
3 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,7 @@
1638. [bug] franek, razvan
Kea statistics improvements: Correct statistic-get{all} commands.
(Gitlab #756,!470, git e5f9de794801724528753566fa58af985a0985af)
1637. [bug] tmark 1637. [bug] tmark
Corrected an issue in kea-dhcp6 where the server would assign Corrected an issue in kea-dhcp6 where the server would assign
a different lease each time a client with a dynamic host a different lease each time a client with a dynamic host
@ -5,7 +9,7 @@
(Gitlab #754,!440, git c548d9330e6f626e538343c5e6361457057efdd7) (Gitlab #754,!440, git c548d9330e6f626e538343c5e6361457057efdd7)
1636. [bug] razvan 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) (Gitlab #708,!423, git 09d75804e050083b502a96c8e77b0e98c735ae3d)
1635. [doc] godfryd, tomek 1635. [doc] godfryd, tomek

View File

@ -14,15 +14,15 @@
], ],
"resp-syntax": [ "resp-syntax": [
"{", "{",
" \"result\": 0", " \"result\": 0,",
" \"arguments\": {", " \"arguments\": {",
" \"declined-addresses\": [ [ 0, \"2019-07-30 10:04:28.386733\" ] ]", " \"declined-addresses\": [ [ 0, \"2019-07-30 10:04:28.386733\" ] ],",
" \"reclaimed-declined-addresses\": [ [ 0, \"2019-07-30 10:04:28.386735\" ] ]", " \"reclaimed-declined-addresses\": [ [ 0, \"2019-07-30 10:04:28.386735\" ] ],",
" \"reclaimed-leases\": [ [ 0, \"2019-07-30 10:04:28.386736\" ] ]", " \"reclaimed-leases\": [ [ 0, \"2019-07-30 10:04:28.386736\" ] ],",
" \"subnet[1].assigned-addresses\": [ [ 0, \"2019-07-30 10:04:28.386740\" ] ]", " \"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].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-declined-addresses\": [ [ 0, \"2019-07-30 10:04:28.386745\" ] ],",
" \"subnet[1].reclaimed-leases\": [ [ 0, \"2019-07-30 10:04:28.386747\" ] ]", " \"subnet[1].reclaimed-leases\": [ [ 0, \"2019-07-30 10:04:28.386747\" ] ],",
" \"subnet[1].total-addresses\": [ [ 200, \"2019-07-30 10:04:28.386719\" ] ]", " \"subnet[1].total-addresses\": [ [ 200, \"2019-07-30 10:04:28.386719\" ] ]",
" }", " }",
"}" "}"

View File

@ -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" ] ], "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].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" ] ] "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 "result": 0
} }