From: Tomek Mrugalski Date: Wed, 22 Sep 2021 09:38:29 +0000 (+0000) Subject: [(no branch, rebasing 2050-config-templates)] [(no branch, rebasing 2050-config-templ... X-Git-Tag: Kea-2.0.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c58533d47df573b183368f4d5adff5367ee4d23;p=thirdparty%2Fkea.git [(no branch, rebasing 2050-config-templates)] [(no branch, rebasing 2050-config-templates)] Fixed the mermaid chart --- diff --git a/doc/examples/template-power-user-home/info.md b/doc/examples/template-power-user-home/info.md index 4c289acb0e..f9e53f41b0 100644 --- a/doc/examples/template-power-user-home/info.md +++ b/doc/examples/template-power-user-home/info.md @@ -1,4 +1,3 @@ - Kea Configuration Template: Home network of a power user ======================================================== @@ -20,13 +19,9 @@ Agent (CA). The server connects with the CA using UNIX sockets. Each DHCPv4+CA a as one partner of the HA pair. ```mermaid -CA-1 ====== CA-2 - -subgraph host1 -CA-1 ------ DHCPv4-1 +flowchart LR -subgraph host2 -CA-2 ------ DHCPv4-2 +DHCPv4-1 --UNIX--- CA-1 ==http=== CA-2 --UNIX--- DHCPv4-2 ``` Deployment Considerations