diff --git a/src/hooks/dhcp/high_availability/command_creator.cc b/src/hooks/dhcp/high_availability/command_creator.cc index 19af10b466..4fa0b02b58 100644 --- a/src/hooks/dhcp/high_availability/command_creator.cc +++ b/src/hooks/dhcp/high_availability/command_creator.cc @@ -20,16 +20,20 @@ namespace ha { unordered_set CommandCreator::ha_commands4_ = { "list-commands", "status-get", - "dhcp-disable", "dhcp-enable", "ha-reset", "ha-heartbeat", - "lease4-update", "lease4-del", "lease4-get-all", "lease4-get-page", + "dhcp-disable", "dhcp-enable", + "ha-reset", "ha-heartbeat", + "lease4-update", "lease4-del", + "lease4-get-all", "lease4-get-page", "ha-maintenance-notify", "ha-sync-complete-notify" }; unordered_set CommandCreator::ha_commands6_ = { "list-commands", "status-get", - "dhcp-disable", "dhcp-enable", "ha-reset", "ha-heartbeat", - "lease6-bulk-apply", "lease6-update", "lease6-del", "lease6-get-all", - "lease6-get-page", + "dhcp-disable", "dhcp-enable", + "ha-reset", "ha-heartbeat", + "lease6-bulk-apply", + "lease6-update", "lease6-del", + "lease6-get-all", "lease6-get-page", "ha-maintenance-notify", "ha-sync-complete-notify" };