2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

[master] Fixed inconsistencies in setting hop count limit in dhcrelay

Merges in rt37426.
This commit is contained in:
Thomas Markwalder
2015-01-19 13:25:18 -05:00
parent 7e35d5b1a2
commit c2b5b5e8d4
4 changed files with 39 additions and 13 deletions

View File

@@ -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)