diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-17 02:01:22 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-17 02:01:22 +0000 |
commit | 6d0b19e2b21cef60598aff5920571193818b5df7 (patch) | |
tree | 991bbec5cf637a9278c3002b796f94d482e33b99 /sys/net/pfvar.h | |
parent | 2d52b6b50fa2a5525cfdad256b5cc1f4bb540913 (diff) |
allow inverse matching on tags
ok dhartmei@ pb@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index a7fec37df6a..7ad7c2b1847 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.151 2003/05/17 01:08:50 dhartmei Exp $ */ +/* $OpenBSD: pfvar.h,v 1.152 2003/05/17 02:01:21 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -385,6 +385,7 @@ struct pf_rule { u_int8_t log; u_int8_t quick; u_int8_t ifnot; + u_int8_t match_tag_not; #define PF_STATE_NORMAL 0x1 #define PF_STATE_MODULATE 0x2 |