123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- # Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
- #
- # This Source Code Form is subject to the terms of the Mozilla Public
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/.
- $NAMESPACE isc::dhcp
- % HOSTS_CFG_ADD_HOST add the host for reservations: %1
- This debug message is issued when new host (with reservations) is added to
- the server's configuration. The argument describes the host and its
- reservations in detail.
- % HOSTS_CFG_CLOSE_HOST_DATA_SOURCE Closing host data source: %1
- This is a normal message being printed when the server closes host data
- source connection.
- % HOSTS_CFG_GET_ALL_ADDRESS4 get all hosts with reservations for IPv4 address %1
- This debug message is issued when starting to retrieve all hosts, holding the
- reservation for the specific IPv4 address, from the configuration. The
- argument specifies the IPv4 address used to search the hosts.
- % HOSTS_CFG_GET_ALL_ADDRESS4_COUNT using address %1, found %2 host(s)
- This debug message logs the number of hosts found using the specified
- IPv4 address. The arguments specify the IPv4 address used and the number
- of hosts found respectively.
- % HOSTS_CFG_GET_ALL_ADDRESS4_HOST using address %1 found host: %2
- This debug message is issued when found host with the reservation
- for the specified IPv4 address. The arguments specify the IPv4 address
- and the detailed description of the host found.
- % HOSTS_CFG_GET_ALL_ADDRESS6 get all hosts with reservations for IPv6 address %1
- This debug message is issued when starting to retrieve all hosts, holding the
- reservation for the specific IPv6 address, from the configuration.
- The argument specifies the IPv6 address used to search the hosts.
- % HOSTS_CFG_GET_ALL_ADDRESS6_COUNT using address %1, found %2 host(s)
- This debug message logs the number of hosts found using the specified
- IPv6 address. The arguments specify the IPv6 address used and the number
- of hosts found respectively.
- % HOSTS_CFG_GET_ALL_ADDRESS6_HOST using address %1 found host: %2
- This debug message is issued when found host with the reservation
- for the specified IPv6 address. The arguments specify the IPv6 address
- and the detailed description of the host found.
- % HOSTS_CFG_GET_ALL_HWADDR_DUID get all hosts with reservations for HWADDR %1 and DUID %2
- This debug message is issued when starting to retrieve reservations for all hosts
- using specific HW address or DUID. The arguments specify the HW address and
- DUID respectively. The argument specify the HW address and DUID respectively.
- % HOSTS_CFG_GET_ALL_IDENTIFIER get all hosts with reservations using identifier: %1
- This debug message is issued when starting to retrieve reservations for all hosts
- identified by HW address or DUID. The argument holds both the identifier
- type and the value.
- % HOSTS_CFG_GET_ALL_IDENTIFIER_COUNT using identifier %1, found %2 host(s)
- This debug message logs the number of hosts found using the specified
- identifier. The arguments specify the identifier used and the number
- of hosts found respectively.
- % HOSTS_CFG_GET_ALL_IDENTIFIER_HOST using identifier: %1, found host: %2
- This debug message is issued when found host identified by the specific
- identifier. The arguments specify the identifier and the detailed
- description of the host found.
- % HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6 get all hosts with reservations for subnet id %1 and IPv6 address %2
- This debug message is issued when starting to retrieve all hosts connected to
- the specific subnet and having the specific IPv6 address reserved.
- The arguments specify subnet id and IPv6 address respectively.
- % HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_COUNT using subnet id %1 and address %2, found %3 host(s)
- This debug message include the details of the host found using the
- subnet id and address. The arguments specify subnet id, address and
- found host details respectively.
- % HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6_HOST using subnet id %1 and address %2, found host: %3
- This debug message includes the details of the host found using the
- subnet id and address. The arguments specify subnet id, address and
- found host details respectively.
- % HOSTS_CFG_GET_ONE_PREFIX get one host with reservation for prefix %1/%2
- This debug message is issued when starting to retrieve a host having a
- reservation for a specified prefix. The arguments specify a prefix and
- prefix length.
- % HOSTS_CFG_GET_ONE_PREFIX_HOST using prefix %1/%2, found host: %3
- This debug message includes the details of the host found using the
- specific prefix/prefix length. The arguments specify prefix, prefix
- length and host details respectively.
- % HOSTS_CFG_GET_ONE_PREFIX_NULL host not found using prefix %1/%2
- This debug messsage is issued when no host was found for a specified
- prefix and prefix length.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4 get one host with reservation for subnet id %1 and IPv4 address %2
- This debug message is issued when starting to retrieve a host connected to the
- specific subnet and having the specific IPv4 address reserved. The
- arguments specify subnet id and IPv4 address respectively.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_HOST using subnet id %1 and address %2, found host: %3
- This debug message logs the details of the host found using the
- subnet id and IPv4 address.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS4_NULL host not found using subnet id %1 and address %2
- This debug message is issued when no host was found for the specified
- subnet id and IPv4 address.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6 get one host with reservation for subnet id %1 and including IPv6 address %2
- This debug message is issued when starting to retrieve a host connected to the
- specific subnet and having the specific IPv6 address reserved. The
- arguments specify subnet id and IPv6 address respectively.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_HOST using subnet id %1 and address %2, found host: %3
- This debug message logs the details of the host found using the
- subnet id and IPv6 address.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_ADDRESS6_NULL host not found using subnet id %1 and address %2
- This debug message is issued when no host was found using the specified
- subnet if and IPv6 address.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER get one host with %1 reservation for subnet id %2, identified by %3
- This debug message is issued when starting to retrieve a host holding
- IPv4 or IPv6 reservations, which is connected to a specific subnet and
- is identified by a specific unique identifier. The first argument
- identifies if the IPv4 or IPv6 reservation is desired.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_HOST using subnet id %1 and identifier %2, found host: %3
- This debug message includes the details of a host found using a
- subnet id and specific host identifier.
- % HOSTS_CFG_GET_ONE_SUBNET_ID_IDENTIFIER_NULL host not found using subnet id %1 and identifier %2
- This debug message is issued when no host was found using the specified
- subnet id and host identifier.
- % HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_ADDRESS4 trying alternate source for host using subnet id %1 and address %2
- This debug message is issued when the Host Manager doesn't find the
- host connected to the specific subnet and having the reservation for
- the specific IPv4 address, and it is starting to search for this host
- in the alternate host data source.
- % HOSTS_MGR_ALTERNATE_GET4_SUBNET_ID_HWADDR_DUID trying alternate source for host using subnet id %1, HWADDR %2, DUID%3
- This debug message is issued when the Host Manager doesn't find the
- host connected to the specific subnet and identified by the HW address
- or DUID, and it is starting to search for this host in the alternate
- host data source.
- % HOSTS_MGR_ALTERNATE_GET6_PREFIX trying alternate source for host using prefix %1/%2
- This debug message is issued when the Host Manager doesn't find the
- host connected to the specific subnet and having the reservation for
- the specified prefix, and it is starting to search for this host in
- the alternate host data source.
- % HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_ADDRESS6 trying alternate source for host using subnet id %1 and IPv6 address %2
- This debug message is issued when the Host Manager doesn't find the
- host connected to the specific subnet and having the reservation for
- the specified IPv6 address, and it is starting to search for this
- host in the alternate host data source.
- % HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_DUID_HWADDR trying alternate source for host using subnet id %1, DUID %2, HWADDR %3
- This debug message is issued when the Host Manager doesn't find the
- host connected to the specific subnet and identified by the specified
- DUID or HW Address, and it is starting to search for this host in the
- alternate host data source.
|