diff options
author | Francis Dupont <fdupont@isc.org> | 2024-12-06 00:05:21 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-12-06 17:39:12 +0100 |
commit | 449be73dc6855aeda6e289da1bbf7c583b3f0683 (patch) | |
tree | a3cd3929e1bd101fed673b4389bc3877e666995d | |
parent | [#3414] Spelling (diff) | |
download | kea-449be73dc6855aeda6e289da1bbf7c583b3f0683.tar.xz kea-449be73dc6855aeda6e289da1bbf7c583b3f0683.zip |
[#3414] Added examples
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index 3b102d42e5..f1630df860 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -125,7 +125,12 @@ - <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 @@ -148,7 +153,12 @@ - <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 |