mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Add some new debugging types
This commit is contained in:
@@ -26,11 +26,17 @@
|
|||||||
|
|
||||||
/* #define DEBUG_PACKET */
|
/* #define DEBUG_PACKET */
|
||||||
|
|
||||||
/* Define this if you want to see dumps of tree evaluations. The most
|
/* Define this if you want to see dumps of expression evaluation. */
|
||||||
common reason for doing this is to watch what happens with DNS name
|
|
||||||
lookups. */
|
|
||||||
|
|
||||||
/* #define DEBUG_EVAL */
|
/* #define DEBUG_EXPRESSIONS */
|
||||||
|
|
||||||
|
/* Define this if you want to see dumps of find_lease() in action. */
|
||||||
|
|
||||||
|
/* #define DEBUG_FIND_LEASE */
|
||||||
|
|
||||||
|
/* Define this if you want to see dumps of parsed expressions. */
|
||||||
|
|
||||||
|
/* #define DEBUG_EXPRESSION_PARSE */
|
||||||
|
|
||||||
/* Define this if you want the dhcpd.pid file to go somewhere other than
|
/* Define this if you want the dhcpd.pid file to go somewhere other than
|
||||||
the default (which varies from system to system, but is usually either
|
the default (which varies from system to system, but is usually either
|
||||||
|
Reference in New Issue
Block a user