summaryrefslogtreecommitdiff
path: root/dhcpctl/cltest.c
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpctl/cltest.c')
-rw-r--r--dhcpctl/cltest.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c
index 8a671dc9..3bd524f0 100644
--- a/dhcpctl/cltest.c
+++ b/dhcpctl/cltest.c
@@ -55,6 +55,12 @@ void bootp (struct packet *packet) { }
#ifdef DHCPv6
/* XXX: should we warn or something here? */
void dhcpv6(struct packet *packet) { }
+#ifdef DHCP4o6
+isc_result_t dhcpv4o6_handler(omapi_object_t *h)
+{
+ return ISC_R_NOTIMPLEMENTED;
+}
+#endif /* DHCP4o6 */
#endif /* DHCPv6 */
int check_collection (struct packet *p, struct lease *l, struct collection *c)