123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- # 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_CFGMGR_ADD_SUBNET4 adding subnet %1
- A debug message reported when the DHCP configuration manager is adding the
- specified IPv4 subnet to its database.
- % DHCPSRV_CFGMGR_ADD_SUBNET6 adding subnet %1
- A debug message reported when the DHCP configuration manager is adding the
- specified IPv6 subnet to its database.
- % DHCPSRV_CFGMGR_DELETE_SUBNET4 deleting all IPv4 subnets
- A debug message noting that the DHCP configuration manager has deleted all IPv4
- subnets in its database.
- % DHCPSRV_CFGMGR_DELETE_SUBNET6 deleting all IPv6 subnets
- A debug message noting that the DHCP configuration manager has deleted all IPv6
- subnets in its database.
- % DHCPSRV_CFGMGR_NO_SUBNET4 no suitable subnet is defined for address hint %1
- This debug message is output when the DHCP configuration manager has received
- a request for an IPv4 subnet for the specified address, but no such
- subnet exists.
- % DHCPSRV_CFGMGR_NO_SUBNET6 no suitable subnet is defined for address hint %1
- This debug message is output when the DHCP configuration manager has received
- a request for an IPv6 subnet for the specified address, but no such
- subnet exists.
- % DHCPSRV_CFGMGR_ONLY_SUBNET4 retrieved subnet %1 for address hint %2
- This is a debug message reporting that the DHCP configuration manager has
- returned the specified IPv4 subnet when given the address hint specified
- because it is the only subnet defined.
- % DHCPSRV_CFGMGR_ONLY_SUBNET6 retrieved subnet %1 for address hint %2
- This is a debug message reporting that the DHCP configuration manager has
- returned the specified IPv6 subnet when given the address hint specified
- because it is the only subnet defined.
- % DHCPSRV_CFGMGR_SUBNET4 retrieved subnet %1 for address hint %2
- This is a debug message reporting that the DHCP configuration manager has
- returned the specified IPv4 subnet when given the address hint specified
- as the address is within the subnet.
- % DHCPSRV_CFGMGR_SUBNET6 retrieved subnet %1 for address hint %2
- This is a debug message reporting that the DHCP configuration manager has
- returned the specified IPv6 subnet when given the address hint specified
- as the address is within the subnet.
- % DHCPSRV_CLOSE_DB closing currently open %1 database
- This is a debug message, issued when the DHCP server closes the currently
- open lease database. It is issued at program shutdown and whenever
- the database access parameters are changed: in the latter case, the
- server closes the currently open database, and opens a database using
- the new parameters.
- % 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_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 memory file backend database.
- % DHCPSRV_MEMFILE_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 memory file backend database.
- % DHCPSRV_MEMFILE_COMMIT commiting to memory file database
- The code has issued a commit call. For the memory file database, this is
- a no-op.
- % 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 including database name and username needed to access it
- (but not the password if any) are logged.
- % DHCPSRV_MEMFILE_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 memory file database for the specified
- address.
- % DHCPSRV_MEMFILE_GET_ADDR4 obtaining IPv4 lease for address %1
- A debug message issued when the server is attempting to obtain an IPv4
- lease from the memory file database for the specified address.
- % DHCPSRV_MEMFILE_GET_ADDR6 obtaining IPv6 lease for address %1
- A debug message issued when the server is attempting to obtain an IPv6
- lease from the memory file database for the specified address.
- % DHCPSRV_MEMFILE_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 memory file database for a client with the specified
- client identification.
- % DHCPSRV_MEMFILE_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 memory file database for a client with the specified
- hardware address.
- % DHCPSRV_MEMFILE_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 memory file database for a client with the specified
- IAID (Identity Association ID) and DUID (DHCP Unique Identifier).
- % DHCPSRV_MEMFILE_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 memory file database for a client with the specified IAID
- (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
- % DHCPSRV_MEMFILE_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 memory file database for a client with the specified
- subnet ID and client ID.
- % DHCPSRV_MEMFILE_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 memory file database for a client with the specified
- subnet ID and hardware address.
- % DHCPSRV_MEMFILE_GET_VERSION obtaining schema version information
- A debug message issued when the server is about to obtain schema version
- information from the memory file database.
- % DHCPSRV_MEMFILE_ROLLBACK rolling back memory file database
- The code has issued a rollback call. For the memory file database, this is
- a no-op.
- % DHCPSRV_MEMFILE_UPDATE_ADDR4 updating IPv4 lease for address %1
- A debug message issued when the server is attempting to update IPv4
- lease from the memory file database for the specified address.
- % DHCPSRV_MEMFILE_UPDATE_ADDR6 updating IPv6 lease for address %1
- A debug message issued when the server is attempting to update IPv6
- lease from the memory file database for the specified address.
- % 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_COMMIT commiting to MySQl database
- The code has issued a commit call. All outstanding transactions will be
- committed to the database. Note that depending on the MySQL settings,
- the commital may not include a write to disk.
- % 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 MySQL 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 MySQL 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 MySQL 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 MySQL 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 MySQL 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 MySQL 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 MySQL 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 MySQL 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 MySQL 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 MySQL database.
- % DHCPSRV_MYSQL_ROLLBACK rolling back MySQL database
- The code has issued a rollback call. All outstanding transaction will
- be rolled back and not committed to 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 MySQL 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 MySQL 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_UNEXPECTED_NAME database access parameters passed through '%1', expected 'lease-database'
- The parameters for access the lease database were passed to the server through
- the named configuration parameter, but the code was expecting them to be
- passed via the parameter named "lease-database". If the database opens
- successfully, there is no impact on server operation. However, as this does
- indicate an error in the source code, please submit a bug report.
- % 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.
|