diff options
author | 2006-10-25 11:27:01 +0000 | |
---|---|---|
committer | 2006-10-25 11:27:01 +0000 | |
commit | 361966f4ad0d5fbcc9450cd26db4f692540e934c (patch) | |
tree | 23376e9c511b29b42c28a42931618844ad84755c /sys/net/if_pflog.h | |
parent | add a "u_int8_t logif" to struct pfrule to select to which pflog interface (diff) | |
download | wireguard-openbsd-361966f4ad0d5fbcc9450cd26db4f692540e934c.tar.xz wireguard-openbsd-361966f4ad0d5fbcc9450cd26db4f692540e934c.zip |
allow up to 16 pflog interfaces, ok mcbride
Diffstat (limited to 'sys/net/if_pflog.h')
-rw-r--r-- | sys/net/if_pflog.h | 4 |
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 */ |