-
Bug
-
Resolution: Fixed
-
High
-
Network Development Kit
-
NDK-504
-
NDK_3_70_00
-
NDK_3_75_00
-
There were several issues when configuring service report function callbacks, so the entire SysConfig model for enabling service reports was reworked.
The DHCP Service Report fxn must be the SysConfig-generated serviceReport() function, not something the user provides. This is b/c some features of DHCP (e.g. enabling an external DNS Server) are added to the serviceReport() fxn (and can't be SysConfig-added to a user-managed function).
Note, this is one of many reported issues, which led to a review and redesign of service report generation.