From 5cb8e78626988b9bad6dfe9122101c36d116afbf Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Wed, 27 Mar 2024 17:16:53 +0000 Subject: T6068: dhcp-server: add command so user can define what type of ha use: active-active or active-passive --- interface-definitions/service_dhcp-server.xml.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'interface-definitions/service_dhcp-server.xml.in') diff --git a/interface-definitions/service_dhcp-server.xml.in b/interface-definitions/service_dhcp-server.xml.in index 2afa05a8a..cb5f9a804 100644 --- a/interface-definitions/service_dhcp-server.xml.in +++ b/interface-definitions/service_dhcp-server.xml.in @@ -22,6 +22,27 @@ #include + + + Configure high availability mode + + active-active active-passive + + + active-active + Both server attend DHCP requests + + + active-passive + Only primary server attends DHCP requests + + + (active-active|active-passive) + + Invalid DHCP high availability mode + + active-active + IPv4 remote address used for connection -- cgit v1.2.3