summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/opts.h')
-rw-r--r--contrib/ipfilter/opts.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/ipfilter/opts.h b/contrib/ipfilter/opts.h
index fa53c8f..3c8b88b 100644
--- a/contrib/ipfilter/opts.h
+++ b/contrib/ipfilter/opts.h
@@ -1,11 +1,11 @@
/* $FreeBSD$ */
/*
- * Copyright (C) 2000 by Darren Reed.
+ * Copyright (C) 2012 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
- * $Id: opts.h,v 2.12 2003/08/14 14:24:27 darrenr Exp $
+ * $Id$
*/
#ifndef __OPTS_H__
@@ -42,6 +42,8 @@
#define OPT_HEX 0x2000000
#define OPT_ASCII 0x4000000
#define OPT_NORESOLVE 0x8000000
+#define OPT_DONTOPEN 0x10000000
+#define OPT_PURGE 0x20000000
#define OPT_STAT OPT_FRSTATES
#define OPT_LIST OPT_SHOWLIST
OpenPOWER on IntegriCloud