openbsd-ports/sysutils/pftop/patches/patch-config_h
canacar e70dad7d7a Make pftop build again after the lates pf changes. Filtering against
'gateway' addres/ports does not work (yet) due to the address handling
changes in pf. Other functionality should work. Also fixes two minor
bugs reported by many.  Suggestions and ok naddy@
2008-06-13 00:38:12 +00:00

13 lines
346 B
Plaintext

$OpenBSD: patch-config_h,v 1.3 2008/06/13 00:38:12 canacar Exp $
--- config.h.orig Tue Nov 6 23:34:18 2007
+++ config.h Thu Jun 12 17:49:32 2008
@@ -74,6 +74,8 @@
#define HAVE_PFSYNC_STATE
#endif
+#define HAVE_PFSYNC_KEY
+
#ifdef HAVE_PFSYNC_STATE
typedef struct pfsync_state pf_state_t;
typedef struct pfsync_state_host pf_state_host_t;