summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-06-07 19:57:46 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-06-07 19:57:46 +0000
commitf7ac8149057e5077284b3f0220371679fb714463 (patch)
tree01e270867a064d8e991602bf0033200eb2bec87a /sys
parent668b0f66d87428e1f0bd102748256483d843dda6 (diff)
Add mbuf tag PACKET_TAG_PF_ROUTED, used to prevent loops for pf routed
packets. ok angelos@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mbuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 32e2f47dde9..df0dae63ff4 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.h,v 1.61 2002/06/03 12:04:06 deraadt Exp $ */
+/* $OpenBSD: mbuf.h,v 1.62 2002/06/07 19:57:45 dhartmei Exp $ */
/* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */
/*
@@ -594,6 +594,7 @@ struct m_tag *m_tag_next(struct mbuf *, struct m_tag *);
#define PACKET_TAG_GRE 9 /* GRE processing done */
#define PACKET_TAG_IN_PACKET_CHECKSUM 10 /* NIC checksumming done */
#define PACKET_TAG_PF_GENERATED 11 /* PF generated, pass always */
+#define PACKET_TAG_PF_ROUTED 12 /* PF routed, no route loops */
#ifdef MBTYPES
int mbtypes[] = { /* XXX */