summaryrefslogtreecommitdiff
path: root/sys/net/if_pflog.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2006-10-25 11:27:02 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2006-10-25 11:27:02 +0000
commitb600b76a0362da018cfbf6e3d1ec50a9a5eecf24 (patch)
tree7e9d8c53fb395e2f84fc22959f76795367b750eb /sys/net/if_pflog.h
parent21a1d3c5ffca872a677e1459355d1810bd19e217 (diff)
allow up to 16 pflog interfaces, ok mcbride
Diffstat (limited to 'sys/net/if_pflog.h')
-rw-r--r--sys/net/if_pflog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pflog.h b/sys/net/if_pflog.h
index 9f26e29a75b..e9e0b01e5e5 100644
--- a/sys/net/if_pflog.h
+++ b/sys/net/if_pflog.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pflog.h,v 1.13 2006/10/23 12:46:09 henning Exp $ */
+/* $OpenBSD: if_pflog.h,v 1.14 2006/10/25 11:27:01 henning Exp $ */
/*
* Copyright 2001 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -27,7 +27,7 @@
#ifndef _NET_IF_PFLOG_H_
#define _NET_IF_PFLOG_H_
-#define PFLOGIFS_MAX 1
+#define PFLOGIFS_MAX 16
struct pflog_softc {
struct ifnet sc_if; /* the interface */