summaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-10-07 12:59:56 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-10-07 12:59:56 +0000
commitd06dba9ad473b167b4612045b483d44682afd80d (patch)
treee3482e20a8d3ff56feee8b5329c5b1db65a51dcc /sys/net/pfvar.h
parentb645be9b9e878ea84b8e1cff2de6be4795a17150 (diff)
use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or not
instead of just testing return_icmp > 0 ok dhartmei@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 62b5c342f40..35cad1f60fc 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.91 2002/10/07 12:39:29 dhartmei Exp $ */
+/* $OpenBSD: pfvar.h,v 1.92 2002/10/07 12:59:54 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -282,7 +282,7 @@ struct pf_rule {
#define PFRULE_RETURNRST 0x01
#define PFRULE_NODF 0x02
#define PFRULE_FRAGMENT 0x04
-
+#define PFRULE_RETURNICMP 0x08
#define PFRULE_FRAGCROP 0x10 /* non-buffering frag cache */
#define PFRULE_FRAGDROP 0x20 /* drop funny fragments */