summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-01-19 13:25:18 -0500
committerThomas Markwalder <tmark@isc.org>2015-01-19 13:25:18 -0500
commitc2b5b5e8d424aecf8ea2bd9fc0c48d3de7fd77c2 (patch)
treefe26d138feb5ec393c1868709ff75f8c1ee29b80 /includes/dhcpd.h
parent7e35d5b1a2d156b5a279871108b11889936ffaaf (diff)
downloadisc-dhcp-c2b5b5e8d424aecf8ea2bd9fc0c48d3de7fd77c2.tar.gz
[master] Fixed inconsistencies in setting hop count limit in dhcrelay
Merges in rt37426.
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 7bf8a456..3d036a92 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -2477,6 +2477,8 @@ void get_hw_addr(const char *name, struct hardware *hw);
#if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_RECEIVE) \
|| defined (USE_SOCKET_FALLBACK)
int if_register_socket(struct interface_info *, int, int *, struct in6_addr *);
+
+void set_multicast_hop_limit(struct interface_info* info, int hop_limit);
#endif
#if defined (USE_SOCKET_FALLBACK) && !defined (USE_SOCKET_SEND)