]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - includes/dhcpd.h
[master] Fixed inconsistencies in setting hop count limit in dhcrelay
[thirdparty/dhcp.git] / includes / dhcpd.h
index 7bf8a4560a5a0ab654ab3d27fe948df4fb092a30..3d036a920f3863db60e9e2f2e11712008af5cf8d 100644 (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)