hosts_messages.mes 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. # Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # This Source Code Form is subject to the terms of the Mozilla Public
  4. # License, v. 2.0. If a copy of the MPL was not distributed with this
  5. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. $NAMESPACE isc::dhcp
  7. % HOSTS_CFG_ADD_HOST add the host for reservations: %1
  8. This debug message is issued when new host (with reservations) is added to
  9. the server's configuration. The argument describes the host and its
  10. reservations in detail.
  11. % HOSTS_CFG_CLOSE_HOST_DATA_SOURCE Closing host data source: %1
  12. This is a normal message being printed when the server closes host data
  13. source connection.
  14. % HOSTS_CFG_GET_ALL_ADDRESS4 get all hosts with reservations for IPv4 address %1
  15. This debug message is issued when starting to retrieve all hosts, holding the
  16. reservation for the specific IPv4 address, from the configuration. The
  17. argument specifies the IPv4 address used to search the hosts.
  18. % HOSTS_CFG_GET_ALL_ADDRESS4_COUNT using address %1, found %2 host(s)
  19. This debug message logs the number of hosts found using the specified
  20. IPv4 address. The arguments specify the IPv4 address used and the number
  21. of hosts found respectively.
  22. % HOSTS_CFG_GET_ALL_ADDRESS4_HOST using address %1 found host: %2
  23. This debug message is issued when found host with the reservation
  24. for the specified IPv4 address. The arguments specify the IPv4 address
  25. and the detailed description of the host found.
  26. % HOSTS_CFG_GET_ALL_ADDRESS6 get all hosts with reservations for IPv6 address %1
  27. This debug message is issued when starting to retrieve all hosts, holding the
  28. reservation for the specific IPv6 address, from the configuration.
  29. The argument specifies the IPv6 address used to search the hosts.
  30. % HOSTS_CFG_GET_ALL_ADDRESS6_COUNT using address %1, found %2 host(s)
  31. This debug message logs the number of hosts found using the specified
  32. IPv6 address. The arguments specify the IPv6 address used and the number
  33. of hosts found respectively.
  34. % HOSTS_CFG_GET_ALL_ADDRESS6_HOST using address %1 found host: %2
  35. This debug message is issued when found host with the reservation
  36. for the specified IPv6 address. The arguments specify the IPv6 address
  37. and the detailed description of the host found.
  38. % HOSTS_CFG_GET_ALL_HWADDR_DUID get all hosts with reservations for HWADDR %1 and DUID %2
  39. This debug message is issued when starting to retrieve reservations for all hosts
  40. using specific HW address or DUID. The arguments specify the HW address and
  41. DUID respectively. The argument specify the HW address and DUID respectively.
  42. % HOSTS_CFG_GET_ALL_IDENTIFIER get all hosts with reservations using identifier: %1
  43. This debug message is issued when starting to retrieve reservations for all hosts
  44. identified by HW address or DUID. The argument holds both the identifier
  45. type and the value.
  46. % HOSTS_CFG_GET_ALL_IDENTIFIER_COUNT using identifier %1, found %2 host(s)
  47. This debug message logs the number of hosts found using the specified
  48. identifier. The arguments specify the identifier used and the number
  49. of hosts found respectively.
  50. % HOSTS_CFG_GET_ALL_IDENTIFIER_HOST using identifier: %1, found host: %2
  51. This debug message is issued when found host identified by the specific
  52. identifier. The arguments specify the identifier and the detailed
  53. description of the host found.
  54. % HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6 get all hosts with reservations for subnet id %1 and IPv6 address %2
  55. This debug message is issued when starting to retrieve all hosts connected to
  56. the specific subnet and having the specific IPv6 address reserved.
  57. The arguments specify subnet id and IPv6 address respectively.
  58. % HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_COUNT using subnet id %1 and address %2, found %3 host(s)
  59. This debug message include the details of the host found using the
  60. subnet id and address. The arguments specify subnet id, address and
  61. found host details respectively.
  62. % HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_HOST using subnet id %1 and address %2, found host: %3
  63. This debug message includes the details of the host found using the
  64. subnet id and address. The arguments specify subnet id, address and
  65. found host details respectively.
  66. % HOSTS_CFG_GET_ONE_PREFIX get one host with reservation for prefix %1/%2
  67. This debug message is issued when starting to retrieve a host having a
  68. reservation for a specified prefix. The arguments specify a prefix and
  69. prefix length.
  70. % HOSTS_CFG_GET_ONE_PREFIX_HOST using prefix %1/%2, found host: %3
  71. This debug message includes the details of the host found using the
  72. specific prefix/prefix length. The arguments specify prefix, prefix
  73. length and host details respectively.
  74. % HOSTS_CFG_GET_ONE_PREFIX_NULL host not found using prefix %1/%2
  75. This debug messsage is issued when no host was found for a specified
  76. prefix and prefix length.
  77. % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4 get one host with reservation for subnet id %1 and IPv4 address %2
  78. This debug message is issued when starting to retrieve a host connected to the
  79. specific subnet and having the specific IPv4 address reserved. The
  80. arguments specify subnet id and IPv4 address respectively.
  81. % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_HOST using subnet id %1 and address %2, found host: %3
  82. This debug message logs the details of the host found using the
  83. subnet id and IPv4 address.
  84. % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_NULL host not found using subnet id %1 and address %2
  85. This debug message is issued when no host was found for the specified
  86. subnet id and IPv4 address.
  87. % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6 get one host with reservation for subnet id %1 and including IPv6 address %2
  88. This debug message is issued when starting to retrieve a host connected to the
  89. specific subnet and having the specific IPv6 address reserved. The
  90. arguments specify subnet id and IPv6 address respectively.
  91. % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_HOST using subnet id %1 and address %2, found host: %3
  92. This debug message logs the details of the host found using the
  93. subnet id and IPv6 address.
  94. % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_NULL host not found using subnet id %1 and address %2
  95. This debug message is issued when no host was found using the specified
  96. subnet if and IPv6 address.
  97. % HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER get one host with %1 reservation for subnet id %2, identified by %3
  98. This debug message is issued when starting to retrieve a host holding
  99. IPv4 or IPv6 reservations, which is connected to a specific subnet and
  100. is identified by a specific unique identifier. The first argument
  101. identifies if the IPv4 or IPv6 reservation is desired.
  102. % HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_HOST using subnet id %1 and identifier %2, found host: %3
  103. This debug message includes the details of a host found using a
  104. subnet id and specific host identifier.
  105. % HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_NULL host not found using subnet id %1 and identifier %2
  106. This debug message is issued when no host was found using the specified
  107. subnet id and host identifier.
  108. % HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_ADDRESS4 trying alternate source for host using subnet id %1 and address %2
  109. This debug message is issued when the Host Manager doesn't find the
  110. host connected to the specific subnet and having the reservation for
  111. the specific IPv4 address, and it is starting to search for this host
  112. in the alternate host data source.
  113. % HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_HWADDR_DUID trying alternate source for host using subnet id %1, HWADDR %2, DUID%3
  114. This debug message is issued when the Host Manager doesn't find the
  115. host connected to the specific subnet and identified by the HW address
  116. or DUID, and it is starting to search for this host in the alternate
  117. host data source.
  118. % HOSTS_MGR_ALTERNATE_GET6_PREFIX trying alternate source for host using prefix %1/%2
  119. This debug message is issued when the Host Manager doesn't find the
  120. host connected to the specific subnet and having the reservation for
  121. the specified prefix, and it is starting to search for this host in
  122. the alternate host data source.
  123. % HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_ADDRESS6 trying alternate source for host using subnet id %1 and IPv6 address %2
  124. This debug message is issued when the Host Manager doesn't find the
  125. host connected to the specific subnet and having the reservation for
  126. the specified IPv6 address, and it is starting to search for this
  127. host in the alternate host data source.
  128. % HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_DUID_HWADDR trying alternate source for host using subnet id %1, DUID %2, HWADDR %3
  129. This debug message is issued when the Host Manager doesn't find the
  130. host connected to the specific subnet and identified by the specified
  131. DUID or HW Address, and it is starting to search for this host in the
  132. alternate host data source.