alloc_engine_messages.mes 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. # Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. $NAMESPACE isc::dhcp
  15. % ALLOC_ENGINE_LEASE_RECLAIMED successfully reclaimed lease %1
  16. This debug message is logged when the allocation engine successfully
  17. reclaims a lease. The lease is now available for assignment.
  18. % ALLOC_ENGINE_REMOVAL_NCR_FAILED sending removal name change request failed for lease %1: %2
  19. This error message is logged when sending a removal name change request
  20. to DHCP DDNS failed. This name change request is usually generated when
  21. the lease reclamation routine acts upon expired leases. If a lease being
  22. reclaimed has a corresponding DNS entry it needs to be removed.
  23. This message indicates that removal of the DNS entry has failed.
  24. Nevertheless the lease will be reclaimed.
  25. % ALLOC_ENGINE_V4_ALLOC_ERROR %1: error during attempt to allocate an IPv4 address: %2
  26. An error occurred during an attempt to allocate an IPv4 address, the
  27. reason for the failure being contained in the message. The server will
  28. return a message to the client refusing a lease. The first argument
  29. includes the client identification information.
  30. % ALLOC_ENGINE_V4_ALLOC_FAIL %1: failed to allocate an IPv4 address after %2 attempt(s)
  31. The DHCP allocation engine gave up trying to allocate an IPv4 address
  32. after the specified number of attempts. This probably means that the
  33. address pool from which the allocation is being attempted is either
  34. empty, or very nearly empty. As a result, the client will have been
  35. refused a lease. The first argument includes the client identification
  36. information.
  37. This message may indicate that your address pool is too small for the
  38. number of clients you are trying to service and should be expanded.
  39. Alternatively, if the you know that the number of concurrently active
  40. clients is less than the addresses you have available, you may want to
  41. consider reducing the lease lifetime. In this way, addresses allocated
  42. to clients that are no longer active on the network will become available
  43. sooner.
  44. % ALLOC_ENGINE_V4_DECLINED_RECOVERED IPv4 address %1 was recovered after %2 seconds of probation-period
  45. This informational message indicates that the specified address was reported
  46. as duplicate (client sent DECLINE) and the server marked this address as
  47. unvailable for a period of time. This time now has elapsed and the address
  48. has been returned to the available pool. This step concludes decline recovery
  49. process.
  50. % ALLOC_ENGINE_V6_DECLINED_RECOVERED IPv6 address %1 was recovered after %2 seconds of probation-period
  51. This informational message indicates that the specified address was reported
  52. as duplicate (client sent DECLINE) and the server marked this address as
  53. unvailable for a period of time. This time now has elapsed and the address
  54. has been returned to the available pool. This step concludes decline recovery
  55. process.
  56. % ALLOC_ENGINE_V4_DISCOVER_ADDRESS_CONFLICT %1: conflicting reservation for address %2 with existing lease %3
  57. This warning message is issued when the DHCP server finds that the
  58. address reserved for the client can't be offered because this address
  59. is currently allocated to another client. The server will try to allocate
  60. a different address to the client to use until the conflict is resolved.
  61. The first argument includes the client identification information.
  62. % ALLOC_ENGINE_V4_DISCOVER_HR client %1 sending DHCPDISCOVER has reservation for the address %2
  63. This message is issued when the allocation engine determines that the
  64. client sending the DHCPDISCOVER has a reservation for the specified
  65. address. The allocation engine will try to offer this address to
  66. the client.
  67. % ALLOC_ENGINE_V4_LEASE_RECLAMATION_FAILED failed to reclaim the lease %1: %2
  68. This error message is logged when the allocation engine fails to
  69. reclaim an expired lease. The reason for the failure is included in the
  70. message. The error may be triggered in the lease expiration hook or
  71. while performing the operation on the lease database.
  72. % ALLOC_ENGINE_V4_LEASES_RECLAMATION_COMPLETE reclaimed %1 leases in %2
  73. This debug message is logged when the allocation engine completes
  74. reclamation of a set of expired leases. The maximum number of leases
  75. to be reclaimed in a single pass of the lease reclamation routine
  76. is configurable using 'max-reclaim-leases' parameter. However,
  77. the number of reclaimed leases may also be limited by the timeout
  78. value, configured with 'max-reclaim-time'. The message includes the
  79. number of reclaimed leases and the total time.
  80. % ALLOC_ENGINE_V4_LEASES_RECLAMATION_SLOW expired leases still exist after %1 reclamations
  81. This warning message is issued when the server has been unable to
  82. reclaim all expired leases in a specified number of consecutive
  83. attempts. This indicates that the value of "reclaim-timer-wait-time"
  84. may be too high. However, if this is just a short burst of leases'
  85. expirations the value does not have to be modified and the server
  86. should deal with this in subsequent reclamation attempts. If this
  87. is a result of a permanent increase of the server load, the value
  88. of "reclaim-timer-wait-time" should be decreased, or the
  89. values of "max-reclaim-leases" and "max-reclaim-time" should be
  90. increased to allow processing more leases in a single cycle.
  91. Alternatively, these values may be set to 0 to remove the
  92. limitations on the number of leases and duration. However, this
  93. may result in longer periods of server's unresponsiveness to
  94. DHCP packets, while it processes the expired leases.
  95. % ALLOC_ENGINE_V4_LEASES_RECLAMATION_START starting reclamation of expired leases (limit = %1 leases or %2 seconds)
  96. This debug message is issued when the allocation engine starts the
  97. reclamation of the expired leases. The maximum number of leases to
  98. be reclaimed and the timeout is included in the message. If any of
  99. these values is 0, it means "unlimited".
  100. % ALLOC_ENGINE_V4_LEASES_RECLAMATION_TIMEOUT timeout of %1 ms reached while reclaiming IPv4 leases
  101. This debug message is issued when the allocation engine hits the
  102. timeout for performing reclamation of the expired leases. The
  103. reclamation will now be interrupted and all leases which haven't
  104. been reclaimed, because of the timeout, will be reclaimed when the
  105. next scheduled reclamation is started. The argument is the timeout
  106. value expressed in milliseconds.
  107. % ALLOC_ENGINE_V4_NO_MORE_EXPIRED_LEASES all expired leases have been reclaimed
  108. This debug message is issued when the server reclaims all expired
  109. DHCPv4 leases in the database.
  110. % ALLOC_ENGINE_V4_OFFER_EXISTING_LEASE allocation engine will try to offer existing lease to the client %1
  111. This message is issued when the allocation engine determines that
  112. the client has a lease in the lease database, it doesn't have
  113. reservation for any other lease, and the leased address is not
  114. reserved for any other client. The allocation engine will try
  115. to offer the same lease to the client.
  116. % ALLOC_ENGINE_V4_OFFER_NEW_LEASE allocation engine will try to offer new lease to the client %1
  117. This message is issued when the allocation engine will try to
  118. offer a new lease to the client. This is the case when the
  119. client doesn't have any existing lease, it has no reservation
  120. or the existing or reserved address is leased to another client.
  121. Also, the client didn't specify a hint, or the address in
  122. the hint is in use.
  123. % ALLOC_ENGINE_V4_OFFER_REQUESTED_LEASE allocation engine will try to offer requested lease %1 to the client %2
  124. This message is issued when the allocation engine will try to
  125. offer the lease specified in the hint. This situation may occur
  126. when: (a) client doesn't have any reservations, (b) client has
  127. reservation but the reserved address is leased to another client.
  128. % ALLOC_ENGINE_V4_RECLAIMED_LEASES_DELETE begin deletion of reclaimed leases expired more than %1 seconds ago
  129. This debug message is issued when the allocation engine begins
  130. deletion of the reclaimed leases which have expired more than
  131. a specified number of seconds ago. This operation is triggered
  132. periodically according to the "flush-reclaimed-timer-wait-time"
  133. parameter. The "hold-reclaimed-time" parameter defines a number
  134. of seconds for which the leases are stored before they are
  135. removed.
  136. % ALLOC_ENGINE_V4_RECLAIMED_LEASES_DELETE_COMPLETE successfully deleted %1 expired-reclaimed leases
  137. This debug message is issued when the server successfully deletes
  138. "expired-reclaimed" leases from the lease database. The number of
  139. deleted leases is included in the log message.
  140. % ALLOC_ENGINE_V4_RECLAIMED_LEASES_DELETE_FAILED deletion of expired-reclaimed leases failed: %1
  141. This error message is issued when the deletion of "expired-reclaimed"
  142. leases from the database failed. The error message is appended to
  143. the log message.
  144. % ALLOC_ENGINE_V4_REQUEST_ADDRESS_RESERVED %1: requested address %2 is reserved
  145. This message is issued when the allocation engine refused to
  146. allocate address requested by the client because this
  147. address is reserved for another client. The first argument
  148. includes the client identification information.
  149. % ALLOC_ENGINE_V4_REQUEST_ALLOC_REQUESTED %1: trying to allocate requested address %2
  150. This message is issued when the allocation engine is trying
  151. to allocate (or reuse an expired) address which has been
  152. requested by the client. The first argument includes the
  153. client identification information.
  154. % ALLOC_ENGINE_V4_REQUEST_EXTEND_LEASE %1: extending lifetime of the lease for address %2
  155. This message is issued when the allocation engine determines
  156. that the client already has a lease whose lifetime can be
  157. extended, and which can be returned to the client.
  158. The first argument includes the client identification information.
  159. % ALLOC_ENGINE_V4_REQUEST_INVALID client %1 having a reservation for address %2 is requesting invalid address %3
  160. This message is logged when the client, having a reservation for
  161. one address, is requesting a different address. The client is
  162. only allowed to do this when the reserved address is in use by
  163. another client. However, the allocation engine has
  164. determined that the reserved address is available and the
  165. client should request the reserved address.
  166. % ALLOC_ENGINE_V4_REQUEST_IN_USE %1: requested address %2 is in use
  167. This message is issued when the client is requesting or has a
  168. reservation for an address which is in use. The first argument
  169. includes the client identification information.
  170. % ALLOC_ENGINE_V4_REQUEST_OUT_OF_POOL client %1, which doesn't have a reservation, requested address %2 out of the dynamic pool
  171. This message is issued when the client has requested allocation
  172. of the address which doesn't belong to any address pool from
  173. which addresses are dynamically allocated. The client also
  174. doesn't have reservation for this address. This address
  175. could only be allocated if the client had reservation for it.
  176. % ALLOC_ENGINE_V4_REQUEST_PICK_ADDRESS client %1 hasn't specified an address - picking available address from the pool
  177. This message is logged when the client hasn't specified any
  178. preferred address (the client should always do it, but Kea
  179. tries to be forgiving). The allocation engine will try to pick an available
  180. address from the dynamic pool and allocate it to the client.
  181. % ALLOC_ENGINE_V4_REQUEST_REMOVE_LEASE %1: removing previous client's lease %2
  182. This message is logged when the allocation engine removes previous
  183. lease for the client because the cliet has been allocated new one.
  184. % ALLOC_ENGINE_V4_REQUEST_USE_HR client %1 hasn't requested specific address, using reserved address %2
  185. This message is issued when the client is not requesting any specific
  186. address but the allocation engine has determined that there is a
  187. reservation for this client. The allocation engine will try to
  188. allocate the reserved address.
  189. % ALLOC_ENGINE_V4_REUSE_EXPIRED_LEASE_DATA %1: reusing expired lease, updated lease information: %2
  190. This message is logged when the allocation engine is reusing
  191. an existing lease. The details of the updated lease are
  192. printed. The first argument includes the client identification
  193. information.
  194. % ALLOC_ENGINE_V6_ALLOC_ERROR %1: error during attempt to allocate an IPv6 address: %2
  195. An error occurred during an attempt to allocate an IPv6 address, the
  196. reason for the failure being contained in the message. The server will
  197. return a message to the client refusing a lease. The first argument
  198. includes the client identification information.
  199. % ALLOC_ENGINE_V6_ALLOC_FAIL %1: failed to allocate an IPv6 address after %2 attempt(s)
  200. The DHCP allocation engine gave up trying to allocate an IPv6 address
  201. after the specified number of attempts. This probably means that the
  202. address pool from which the allocation is being attempted is either
  203. empty, or very nearly empty. As a result, the client will have been
  204. refused a lease. The first argument includes the client identification
  205. information.
  206. This message may indicate that your address pool is too small for the
  207. number of clients you are trying to service and should be expanded.
  208. Alternatively, if the you know that the number of concurrently active
  209. clients is less than the addresses you have available, you may want to
  210. consider reducing the lease lifetime. In this way, addresses allocated
  211. to clients that are no longer active on the network will become available
  212. available sooner.
  213. % ALLOC_ENGINE_V6_ALLOC_HR_LEASE_EXISTS %1: lease type %2 for reserved address/prefix %3 already exists
  214. This debug message is issued when the allocation engine determines that
  215. the lease for the IPv6 address or prefix has already been allocated
  216. for the client and the client can continue using it. The first argument
  217. includes the client identification information.
  218. % ALLOC_ENGINE_V6_ALLOC_LEASES_HR leases and static reservations found for client %1
  219. This message is logged when the allocation engine is in the process of
  220. allocating leases for the client, it found existing leases and static
  221. reservations for the client. The allocation engine will verify if
  222. existing leases match reservations. Those leases that are reserved for
  223. other clients and those that are not reserved for the client will
  224. be removed. All leases matching the reservations will be renewed
  225. and returned.
  226. % ALLOC_ENGINE_V6_ALLOC_LEASES_NO_HR no reservations found but leases exist for client %1
  227. This message is logged when the allocation engine is in the process if
  228. allocating leases for the client, there are no static reservations,
  229. but lease(s) exist for the client. The allocation engine will remove
  230. leases which are reserved for other clients, and return all
  231. remaning leases to the client.
  232. % ALLOC_ENGINE_V6_ALLOC_NO_LEASES_HR no leases found but reservations exist for client %1
  233. This message is logged when the allocation engine is in the process of
  234. allocating leases for the client. It hasn't found any existing leases
  235. for this client, but the client appears to have static reservations.
  236. The allocation engine will try to allocate the reserved resources for
  237. the client.
  238. % ALLOC_ENGINE_V6_ALLOC_NO_V6_HR %1: unable to allocate reserved leases - no IPv6 reservations
  239. This message is logged when the allocation engine determines that the
  240. client has no IPv6 reservations and thus the allocation engine will have
  241. to try to allocate allocating leases from the dynamic pool or stop
  242. the allocation process if none can be allocated. The first argument
  243. includes the client identification information.
  244. % ALLOC_ENGINE_V6_ALLOC_UNRESERVED no static reservations available - trying to dynamically allocate leases for client %1
  245. This debug message is issued when the allocation engine will attempt
  246. to allocate leases from the dynamic pools. This may be due to one of
  247. (a) there are no reservations for this client, (b) there are
  248. reservations for the client but they are not usable because the addresses
  249. are in use by another client or (c) we had a reserved lease but that
  250. has now been allocated to another client.
  251. % ALLOC_ENGINE_V6_EXPIRED_HINT_RESERVED %1: expired lease for the client's hint %2 is reserved for another client
  252. This message is logged when the allocation engine finds that the
  253. expired lease for the client's hint can't be reused because it
  254. is reserved for another client. The first argument includes the
  255. client identification information.
  256. % ALLOC_ENGINE_V6_EXTEND_ALLOC_UNRESERVED allocate new (unreserved) leases for the renewing client %1
  257. This debug message is issued when the allocation engine is trying to
  258. allocate new leases for the renewing client because it was unable to
  259. renew any of the existing client's leases, e.g. because leases are
  260. reserved for another client or for any other reason.
  261. % ALLOC_ENGINE_V6_EXTEND_ERROR %1: allocation engine experienced error with attempting to extend lease lifetime: %2
  262. This error message indicates that an error was experienced during Renew
  263. or Rebind processing. Additional explanation is provided with this
  264. message. Depending on its nature, manual intervention may be required to
  265. continue processing messages from this particular client; other clients
  266. will be unaffected. The first argument includes the client identification
  267. information.
  268. % ALLOC_ENGINE_V6_EXTEND_LEASE %1: extending lifetime of the lease type %2, address %3
  269. This debug message is issued when the allocation engine is trying
  270. to extend lifetime of the lease. The first argument includes the
  271. client identification information.
  272. % ALLOC_ENGINE_V6_EXTEND_LEASE_DATA %1: detailed information about the lease being extended: %2
  273. This debug message prints detailed information about the lease which
  274. lifetime is being extended (renew or rebind). The first argument
  275. includes the client identification information.
  276. % ALLOC_ENGINE_V6_EXTEND_NEW_LEASE_DATA %1: new lease information for the lease being extended: %2
  277. This debug message prints updated information about the lease to be
  278. extended. If the lease update is successful, the information printed
  279. by this message will be stored in the database. The first argument
  280. includes the client identification information.
  281. % ALLOC_ENGINE_V6_HINT_RESERVED %1: lease for the client's hint %2 is reserved for another client
  282. This message is logged when the allocation engine cannot allocate
  283. the lease using the client's hint because the lease for this hint
  284. is reserved for another client. The first argument includes the
  285. client identification information.
  286. % ALLOC_ENGINE_V6_HR_ADDR_GRANTED reserved address %1 was was assigned to client %2
  287. This informational message signals that the specified client was assigned the address
  288. reserved for it.
  289. % ALLOC_ENGINE_V6_HR_PREFIX_GRANTED reserved prefix %1/%2 was was assigned to client %3
  290. This informational message signals that the specified client was assigned the prefix
  291. reserved for it.
  292. % ALLOC_ENGINE_V6_LEASE_RECLAMATION_FAILED failed to reclaim the lease %1: %2
  293. This error message is logged when the allocation engine fails to
  294. reclaim an expired lease. The reason for the failure is included in the
  295. message. The error may be triggered in the lease expiration hook or
  296. while performing the operation on the lease database.
  297. % ALLOC_ENGINE_V6_LEASES_RECLAMATION_COMPLETE reclaimed %1 leases in %2
  298. This debug message is logged when the allocation engine completes
  299. reclamation of a set of expired leases. The maximum number of leases
  300. to be reclaimed in a single pass of the lease reclamation routine
  301. is configurable using 'max-reclaim-leases' parameter. However,
  302. the number of reclaimed leases may also be limited by the timeout
  303. value, configured with 'max-reclaim-time'. The message includes the
  304. number of reclaimed leases and the total time.
  305. % ALLOC_ENGINE_V6_LEASES_RECLAMATION_SLOW expired leases still exist after %1 reclamations
  306. This warning message is issued when the server has been unable to
  307. reclaim all expired leases in a specified number of consecutive
  308. attempts. This indicates that the value of "reclaim-timer-wait-time"
  309. may be too high. However, if this is just a short burst of leases'
  310. expirations the value does not have to be modified and the server
  311. should deal with this in subsequent reclamation attempts. If this
  312. is a result of a permanent increase of the server load, the value
  313. of "reclaim-timer-wait-time" should be decreased, or the
  314. values of "max-reclaim-leases" and "max-reclaim-time" should be
  315. increased to allow processing more leases in a single cycle.
  316. Alternatively, these values may be set to 0 to remove the
  317. limitations on the number of leases and duration. However, this
  318. may result in longer periods of server's unresponsiveness to
  319. DHCP packets, while it processes the expired leases.
  320. % ALLOC_ENGINE_V6_LEASES_RECLAMATION_START starting reclamation of expired leases (limit = %1 leases or %2 seconds)
  321. This debug message is issued when the allocation engine starts the
  322. reclamation of the expired leases. The maximum number of leases to
  323. be reclaimed and the timeout is included in the message. If any of
  324. these values is 0, it means "unlimited".
  325. % ALLOC_ENGINE_V6_LEASES_RECLAMATION_TIMEOUT timeout of %1 ms reached while reclaiming IPv6 leases
  326. This debug message is issued when the allocation engine hits the
  327. timeout for performing reclamation of the expired leases. The
  328. reclamation will now be interrupted and all leases which haven't
  329. been reclaimed, because of the timeout, will be reclaimed when the
  330. next scheduled reclamation is started. The argument is the timeout
  331. value expressed in milliseconds.
  332. % ALLOC_ENGINE_V6_NO_MORE_EXPIRED_LEASES all expired leases have been reclaimed
  333. This debug message is issued when the server reclaims all expired
  334. DHCPv6 leases in the database.
  335. % ALLOC_ENGINE_V6_RECLAIMED_LEASES_DELETE begin deletion of reclaimed leases expired more than %1 seconds ago
  336. This debug message is issued when the allocation engine begins
  337. deletion of the reclaimed leases which have expired more than
  338. a specified number of seconds ago. This operation is triggered
  339. periodically according to the "flush-reclaimed-timer-wait-time"
  340. parameter. The "hold-reclaimed-time" parameter defines a number
  341. of seconds for which the leases are stored before they are
  342. removed.
  343. % ALLOC_ENGINE_V6_RECLAIMED_LEASES_DELETE_COMPLETE successfully deleted %1 expired-reclaimed leases
  344. This debug message is issued when the server successfully deletes
  345. "expired-reclaimed" leases from the lease database. The number of
  346. deleted leases is included in the log message.
  347. % ALLOC_ENGINE_V6_RECLAIMED_LEASES_DELETE_FAILED deletion of expired-reclaimed leases failed: %1
  348. This error message is issued when the deletion of "expired-reclaimed"
  349. leases from the database failed. The error message is appended to
  350. the log message.
  351. % ALLOC_ENGINE_V6_RENEW_HR allocating leases reserved for the client %1 as a result of Renew
  352. This debug message is issued when the allocation engine tries to
  353. allocate reserved leases for the client sending a Renew message.
  354. The server will also remove any leases that the client is trying
  355. to renew that are not reserved for the client.
  356. % ALLOC_ENGINE_V6_RENEW_REMOVE_RESERVED %1: checking if existing client's leases are reseved for another client
  357. This message is logged when the allocation engine finds leases for
  358. the client and will check if these leases are reserved for another
  359. client. If they are, they will not be renewed for the client
  360. requesting their renewal. The first argument includes the client
  361. identification information.
  362. % ALLOC_ENGINE_V6_RENEW_REMOVE_UNRESERVED dynamically allocating leases for the renewing client %1
  363. This debug message is issued as the allocation engine is trying
  364. to dynamically allocate new leases for the renewing client. This
  365. is the case when the server couldn't renew any of the existing
  366. client's leases, e.g. because leased resources are reserved for
  367. another client.
  368. % ALLOC_ENGINE_V6_REUSE_EXPIRED_LEASE_DATA %1: reusing expired lease, updated lease information: %2
  369. This message is logged when the allocation engine is reusing
  370. an existing lease. The details of the updated lease are
  371. printed. The first argument includes the client identification
  372. information.
  373. % ALLOC_ENGINE_V6_REVOKED_ADDR_LEASE address %1 was revoked from client %2 as it is reserved for client %3
  374. This informational message is an indication that the specified IPv6
  375. address was used by client A but it is now reserved for client B. Client
  376. A has been told to stop using it so that it can be leased to client B.
  377. This is a normal occurrence during conflict resolution, which can occur
  378. in cases such as the system administrator adding a reservation for an
  379. address that is currently in use by another client. The server will fully
  380. recover from this situation, but clients will change their addresses.
  381. % ALLOC_ENGINE_V6_REVOKED_PREFIX_LEASE Prefix %1/%2 was revoked from client %3 as it is reserved for client %4
  382. This informational message is an indication that the specified IPv6
  383. prefix was used by client A but it is now reserved for client B. Client
  384. A has been told to stop using it so that it can be leased to client B.
  385. This is a normal occurrence during conflict resolution, which can occur
  386. in cases such as the system administrator adding a reservation for an
  387. address that is currently in use by another client. The server will fully
  388. recover from this situation, but clients will change their prefixes.