summaryrefslogtreecommitdiff
path: root/common/lpf.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-13 18:53:15 +0000
committerTed Lemon <source@isc.org>1999-03-13 18:53:15 +0000
commitb547818bbf8fc155997b2b3ef651d7d1368fdfa6 (patch)
treefcc4cd4da747faa8df1de0bbff97fa5f83e45b31 /common/lpf.c
parent7d3bc735ce4d473909b426003bf4e05623fee957 (diff)
downloadisc-dhcp-b547818bbf8fc155997b2b3ef651d7d1368fdfa6.tar.gz
Add can_receive_unicast_unconfigured
Diffstat (limited to 'common/lpf.c')
-rw-r--r--common/lpf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/lpf.c b/common/lpf.c
index 9e37fa9c..dcaee002 100644
--- a/common/lpf.c
+++ b/common/lpf.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: lpf.c,v 1.4 1999/02/25 23:30:34 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: lpf.c,v 1.5 1999/03/13 18:53:15 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -280,6 +280,11 @@ int can_unicast_without_arp ()
return 1;
}
+int can_receive_unicast_unconfigured ()
+{
+ return 1;
+}
+
void maybe_setup_fallback ()
{
struct interface_info *fbi;