mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Primarly fix the trace code. This was broken during the modfictions of the
DDNS code to use the bind libraries. This patch fixes that breakage and includes support for the new DDNS code. This patch also deletes some dead code and neatens up some log messages.
This commit is contained in:
@@ -1844,6 +1844,9 @@ void parse_server_duid_conf(struct parse *cfile);
|
||||
int ddns_updates(struct packet *, struct lease *, struct lease *,
|
||||
struct iasubopt *, struct iasubopt *, struct option_state *);
|
||||
int ddns_removals(struct lease *, struct iasubopt *, struct dhcp_ddns_cb *);
|
||||
#if defined (TRACING)
|
||||
void trace_ddns_init(void);
|
||||
#endif
|
||||
|
||||
/* parse.c */
|
||||
void add_enumeration (struct enumeration *);
|
||||
|
Reference in New Issue
Block a user