We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b482c72 commit 47359c5Copy full SHA for 47359c5
src/lib/dhcpsrv/database_backends.dox
@@ -128,15 +128,15 @@
128
129
- <b>address</b> - IPv4 address \n
130
type: string \n
131
- example: `192.0.2.1
+ example: 192.0.2.1
132
133
- <b>hwaddr</b> - hardware address (without the hardware type) \n
134
135
- example: '00:01:02:03:04:05`
+ example: 00:01:02:03:04:05
136
137
- <b>client_id</b> - client identifier \n
138
139
- example: `01:02:03:03:04:aa:bb:cc`
+ example: 01:02:03:03:04:aa:bb:cc
140
141
- <b>valid_lifetime</b> - valid lifetime \n
142
type: uint32_t \n
@@ -233,7 +233,7 @@
233
234
- <b>hwaddr</b> - hardware address (hardware type is in hwtype column) \n
235
236
237
238
- <b>state</b> - lease state \n
239
type: int32_t (0 to 3) \n
0 commit comments