summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-11-03 09:36:56 +0100
committerFrancis Dupont <fdupont@isc.org>2016-11-03 09:36:56 +0100
commite4dcd805cc48b71a6f24e41ff8d4a212212f04b1 (patch)
treea8a849d47c3105c057b54451512777e12dbd10f5 /dhcpctl
parente0735300c02e9ba47605a174ea3a3f79e98cda28 (diff)
downloadisc-dhcp-e4dcd805cc48b71a6f24e41ff8d4a212212f04b1.tar.gz
Merged rt43473 (libtool instal)
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/cltest.c6
-rw-r--r--dhcpctl/omshell.c6
2 files changed, 12 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)
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index adf4b9ae..aaf8981c 100644
--- a/dhcpctl/omshell.c
+++ b/dhcpctl/omshell.c
@@ -56,6 +56,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)