diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-01-19 13:46:27 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-01-19 13:46:27 -0500 |
commit | d5dd0fa6282bb9fcf164fdb9c5cee0b6e7a9efd7 (patch) | |
tree | 2b6dbbb2ab63ba16acd6c07e0d1f857402187f2a /includes | |
parent | 29170f9da9826bd7191f4ad644e61b76c49f6cc6 (diff) | |
download | isc-dhcp-d5dd0fa6282bb9fcf164fdb9c5cee0b6e7a9efd7.tar.gz |
[v4_1_esv] Fixed inconsistencies in setting hop count limit in dhcrelay
Merges in rt37426.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/dhcpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 94257794..d374aa36 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -2187,6 +2187,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) |