mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[#1706] minor ordering of command list
This commit is contained in:
committed by
Tomek Mrugalski
parent
fe4ed959db
commit
ee05eb86ba
@@ -20,16 +20,20 @@ namespace ha {
|
|||||||
|
|
||||||
unordered_set<string> CommandCreator::ha_commands4_ = {
|
unordered_set<string> CommandCreator::ha_commands4_ = {
|
||||||
"list-commands", "status-get",
|
"list-commands", "status-get",
|
||||||
"dhcp-disable", "dhcp-enable", "ha-reset", "ha-heartbeat",
|
"dhcp-disable", "dhcp-enable",
|
||||||
"lease4-update", "lease4-del", "lease4-get-all", "lease4-get-page",
|
"ha-reset", "ha-heartbeat",
|
||||||
|
"lease4-update", "lease4-del",
|
||||||
|
"lease4-get-all", "lease4-get-page",
|
||||||
"ha-maintenance-notify", "ha-sync-complete-notify"
|
"ha-maintenance-notify", "ha-sync-complete-notify"
|
||||||
};
|
};
|
||||||
|
|
||||||
unordered_set<string> CommandCreator::ha_commands6_ = {
|
unordered_set<string> CommandCreator::ha_commands6_ = {
|
||||||
"list-commands", "status-get",
|
"list-commands", "status-get",
|
||||||
"dhcp-disable", "dhcp-enable", "ha-reset", "ha-heartbeat",
|
"dhcp-disable", "dhcp-enable",
|
||||||
"lease6-bulk-apply", "lease6-update", "lease6-del", "lease6-get-all",
|
"ha-reset", "ha-heartbeat",
|
||||||
"lease6-get-page",
|
"lease6-bulk-apply",
|
||||||
|
"lease6-update", "lease6-del",
|
||||||
|
"lease6-get-all", "lease6-get-page",
|
||||||
"ha-maintenance-notify", "ha-sync-complete-notify"
|
"ha-maintenance-notify", "ha-sync-complete-notify"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user