summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/pf_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/pf/net/pf_if.c')
-rw-r--r--sys/contrib/pf/net/pf_if.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/contrib/pf/net/pf_if.c b/sys/contrib/pf/net/pf_if.c
index cdc6e36..a3d5f41 100644
--- a/sys/contrib/pf/net/pf_if.c
+++ b/sys/contrib/pf/net/pf_if.c
@@ -1,4 +1,5 @@
/* $OpenBSD: pf_if.c,v 1.11 2004/03/15 11:38:23 cedric Exp $ */
+/* add $OpenBSD: pf_if.c,v 1.19 2004/08/11 12:06:44 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -42,6 +43,7 @@
#include <net/if.h>
#include <net/if_types.h>
+#include <net/route.h>
#include <netinet/in.h>
#include <netinet/in_var.h>
@@ -410,6 +412,8 @@ pfi_instance_add(struct ifnet *ifp, int net, int flags)
af = ia->ifa_addr->sa_family;
if (af != AF_INET && af != AF_INET6)
continue;
+ if (!(ia->ifa_flags & IFA_ROUTE))
+ continue;
if ((flags & PFI_AFLAG_BROADCAST) && af == AF_INET6)
continue;
if ((flags & PFI_AFLAG_BROADCAST) &&
OpenPOWER on IntegriCloud