]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[(no branch, rebasing 2050-config-templates)] [(no branch, rebasing 2050-config-templ...
authorTomek Mrugalski <tomek@isc.org>
Wed, 22 Sep 2021 09:38:29 +0000 (09:38 +0000)
committerTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 15:24:33 +0000 (17:24 +0200)
doc/examples/template-power-user-home/info.md

index 4c289acb0e6a586df2b896776f0a79b682da2e8a..f9e53f41b03d97197ece0ef4e2e7dd41b251dbe4 100644 (file)
@@ -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