diff options
author | Marcin Godzina <mgodzina@isc.org> | 2024-05-24 09:38:03 +0200 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2024-05-24 09:38:03 +0200 |
commit | 228e848be38223dfc3ce2a859ee45cb27ffe6307 (patch) | |
tree | 32824e0424251d59052b1f40b47c30a6b179e3ed /src/share/api/lease6-wipe.json | |
parent | [#3301] addressed comments (diff) | |
download | kea-228e848be38223dfc3ce2a859ee45cb27ffe6307.tar.xz kea-228e848be38223dfc3ce2a859ee45cb27ffe6307.zip |
[#3427] deprecate warning for lease wipe
Diffstat (limited to '')
-rw-r--r-- | src/share/api/lease6-wipe.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/share/api/lease6-wipe.json b/src/share/api/lease6-wipe.json index eb6f55a280..3d63134ef8 100644 --- a/src/share/api/lease6-wipe.json +++ b/src/share/api/lease6-wipe.json @@ -2,7 +2,8 @@ "access": "write", "avail": "1.3.0", "brief": [ - "This command removes all leases associated with a given subnet." + "This command removes all leases associated with a given subnet.", + "This command is deprecated and it will be removed in the future." ], "cmd-comment": [ "Note: not all backends support this command." |