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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user