123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- # Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
- #
- # Permission to use, copy, modify, and/or distribute this software for any
- # purpose with or without fee is hereby granted, provided that the above
- # copyright notice and this permission notice appear in all copies.
- #
- # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- # PERFORMANCE OF THIS SOFTWARE.
- $NAMESPACE isc::dhcp
- % DHCPSRV_INVALID_ACCESS invalid database access string: %1
- This is logged when an attempt has been made to parse a database access string
- and the attempt ended in error. The access string in question - which should
- be of the form 'keyword=value keyword=value...' is included in the message.
- % DHCPSRV_MEMFILE_DB opening memory file lease database: %1
- This informational message is logged when a DHCP server (either V4 or V6) is
- about to open a memory file lease database. The parameters of the connection
- are logged.
- % DHCPSRV_MYSQL_ADD_ADDR4 adding IPv4 lease with address %1
- A debug message issued when the server is about to add an IPv4 lease
- with the specified address to the MySQL backend database.
- % DHCPSRV_MYSQL_ADD_ADDR6 adding IPv6 lease with address %1
- A debug message issued when the server is about to add an IPv6 lease
- with the specified address to the MySQL backend database.
- % DHCPSRV_MYSQL_DB opening MySQL lease database: %1
- This informational message is logged when a DHCP server (either V4 or V6) is
- about to open a MySQL lease database. The parameters of the connection
- including database name and username needed to access it (but not the
- password if any) are logged.
- % DHCPSRV_MYSQL_DELETE_ADDR deleting lease for address %1
- A debug message issued when the server is attempting to delete
- a lease for the specified address from the database for the specified address.
- % DHCPSRV_MYSQL_GET_ADDR4 obtaining IPv4 lease for address %1
- A debug message issued when the server is attempting to obtain an
- IPv4 lease from the database for the specified address.
- % DHCPSRV_MYSQL_GET_ADDR6 obtaining IPv6 lease for address %1
- A debug message issued when the server is attempting to obtain an
- IPv6 lease from the database for the specified address.
- % DHCPSRV_MYSQL_GET_CLIENTID obtaining IPv4 leases for client ID %1
- A debug message issued when the server is attempting to obtain a set of
- IPv4 leases from the database for a client with the specified client
- identification.
- % DHCPSRV_MYSQL_GET_HWADDR obtaining IPv4 leases for hardware address %1
- A debug message issued when the server is attempting to obtain a set of
- IPv4 leases from the database for a client with the specified hardware
- address.
- % DHCPSRV_MYSQL_GET_IAID_DUID obtaining IPv4 leases for IAID %1 and DUID %2
- A debug message issued when the server is attempting to obtain a set of IPv6
- lease from the database for a client with the specified IAID (Identity Association ID) and
- DUID (DHCP Unique Identifier).
- % DHCPSRV_MYSQL_GET_IAID_SUBID_DUID obtaining IPv4 leases for IAID %1, Subnet ID %2 and DUID %3
- A debug message issued when the server is attempting to obtain an IPv6 lease
- from the database for a client with the specified IAID (Identity Association ID),
- Subnet ID and DUID (DHCP Unique Identifier).
- % DHCPSRV_MYSQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
- A debug message issued when the server is attempting to obtain an IPv4
- lease from the database for a client with the specified subnet ID and
- client ID.
- % DHCPSRV_MYSQL_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
- A debug message issued when the server is attempting to obtain an IPv4
- lease from the database for a client with the specified subnet ID and
- hardware address.
- % DHCPSRV_MYSQL_GET_VERSION obtaining schema version information
- A debug message issued when the server is about to obtain schema version
- information from the database.
- % DHCPSRV_MYSQL_UPDATE_ADDR4 updating IPv4 lease for address %1
- A debug message issued when the server is attempting to update
- IPv4 lease from the database for the specified address.
- % DHCPSRV_MYSQL_UPDATE_ADDR6 updating IPv6 lease for address %1
- A debug message issued when the server is attempting to update
- IPv6 lease from the database for the specified address.
- % DHCPSRV_NOTYPE_DB no 'type' keyword to determine database backend: %1
- This is an error message, logged when an attempt has been made to access a
- database backend, but where no 'type' keyword has been included in the access
- string. The access string (less any passwords) is included in the message.
- % DHCPSRV_UNKNOWN_DB unknown database type: %1
- The database access string specified a database type (given in the message)
- that is unknown to the software. This is a configuration error.
|