From 09ba08d9b6eb5c3dd9055172842ad119027a6e86 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Mon, 11 Jun 2007 11:18:15 +0000 Subject: move definitions for the flags in the mbuf header used by pf to mbuf.h since we include the mbuf header parts for pf unconditionally, we should be able to check them unconditionally as well. ok mcbride markus --- sys/net/pfvar.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/net/pfvar.h') diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 64d1bde1c77..07a944cc16e 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.249 2007/06/01 18:44:23 henning Exp $ */ +/* $OpenBSD: pfvar.h,v 1.250 2007/06/11 11:18:14 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1274,10 +1274,6 @@ struct pf_altq { u_int32_t qid; /* return value */ }; -#define PF_TAG_GENERATED 0x01 -#define PF_TAG_FRAGCACHE 0x02 -#define PF_TAG_TRANSLATE_LOCALHOST 0x04 - struct pf_tag { u_int16_t tag; /* tag id */ }; -- cgit v1.2.3