]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3414] Added examples
authorFrancis Dupont <fdupont@isc.org>
Thu, 5 Dec 2024 23:05:21 +0000 (00:05 +0100)
committerThomas Markwalder <tmark@isc.org>
Fri, 6 Dec 2024 16:39:12 +0000 (16:39 +0000)
src/lib/dhcpsrv/database_backends.dox

index 3b102d42e55a9e9ec495e3eabd50aa57048e15be..f1630df8605d06273ab8387032be18414e982135 100644 (file)
   - <b>user_context</b> - user context (separators are escaped)
   - <b>pool_id</b> - pool identifier
 
-  Examples can be found in unit tests.
+  for instance:
+\verbatim
+192.0.2.2,02:02:02:02:02:02,,200,200,8,1,1,,1,{ \"foo\": true },0\n
+\endverbatim
+
+  More examples can be found in unit tests.
 
   @subsection lease6-csv DHCPv6 lease entry format in CSV files
 
   - <b>hwaddr_source</b> - source of hardeare address and type
   - <b>pool_id</b> - pool identifier
 
-  Examples can be found in unit tests.
+  For instance:
+\verbatim
+2001:db8::1,00:01:02:03:04:05:06:0f,200,800,8,100,0,7,128,1,1,,,1,{ \"foo\": true },,,0\n
+\endverbatim
+  
+  More examples can be found in unit tests.
 
   @section dhcpdb-host Host Backends