diff options
author | Francis Dupont <fdupont@isc.org> | 2019-01-13 11:40:20 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-01-29 10:49:05 +0100 |
commit | 55e2828cf2bc115cd332844f43938a6cbddc5103 (patch) | |
tree | ee706cc86aac0173440420606bdb43c61aa3ff69 /doc/Makefile.am | |
parent | [313-return-a-list-of-all-reservations-by-subnet-id] Added getAll[46] by subn... (diff) | |
download | kea-55e2828cf2bc115cd332844f43938a6cbddc5103.tar.xz kea-55e2828cf2bc115cd332844f43938a6cbddc5103.zip |
[313-return-a-list-of-all-reservations-by-subnet-id] Finished the getAll[46] implementation
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a049d354ba..95f03b1849 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -106,7 +106,8 @@ EXTRA_DIST += api/network6-add.json api/network6-del.json EXTRA_DIST += api/network6-get.json api/network6-list.json EXTRA_DIST += api/network6-subnet-add.json api/network6-subnet-del.json EXTRA_DIST += api/reservation-add.json api/reservation-del.json -EXTRA_DIST += api/reservation-get.json api/shutdown.json +EXTRA_DIST += api/reservation-get.json api/reservation-get-all.json +EXTRA_DIST += api/shutdown.json EXTRA_DIST += api/statistic-get-all.json api/statistic-get.json EXTRA_DIST += api/statistic-remove-all.json api/statistic-remove.json EXTRA_DIST += api/statistic-reset-all.json api/statistic-reset.json |