]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - common/nit.c
- Do what people expect when they don't declare the subnet to which an
[thirdparty/dhcp.git] / common / nit.c
index c42be38bd4c59900a44b7c479aa49a1081420bc9..c21ac7926299a23cbbb5adaa9acad617ac2e0982 100644 (file)
@@ -44,7 +44,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: nit.c,v 1.31 2000/07/27 09:02:34 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: nit.c,v 1.32 2000/09/01 23:03:37 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -404,6 +404,12 @@ int can_receive_unicast_unconfigured (ip)
        return 1;
 }
 
+int supports_multiple_interfaces (ip)
+       struct interface_info *ip;
+{
+       return 1;
+}
+
 void maybe_setup_fallback ()
 {
        isc_result_t status;