From 44947018cefebc57bd309f18b75e85d8d3c258b8 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Sun, 15 Mar 1998 20:59:47 +0000 Subject: [PATCH] More DLPI stuff --- includes/osdep.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/includes/osdep.h b/includes/osdep.h index 22b075c92..deacaedde 100644 --- a/includes/osdep.h +++ b/includes/osdep.h @@ -3,7 +3,8 @@ Operating system dependencies... */ /* - * Copyright (c) 1996 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1996, 1997, 1998 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -189,6 +190,12 @@ # define PACKET_DECODING #endif +/* If we don't have a DLPI packet filter, we have to filter in userland. + Probably not worth doing, actually. */ +#if defined (USE_DLPI_RECEIVE) && !defined (USE_DLPI_PFMOD) +# define USERLAND_FILTER +#endif + /* jmp_buf is assumed to be a struct unless otherwise defined in the system header. */ #ifndef jbp_decl -- 2.47.3