diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-27 10:31:52 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-27 10:31:52 +0000 |
commit | 1af4743896368d72b37729fb509c340856465816 (patch) | |
tree | 135ce5b80dfc7230b98001235cbc2e4c11bded46 /sys/net/pfvar.h | |
parent | 448bece5da7e46a44180845c85ee979221134c31 (diff) |
add -z flag for zeroing statistics. -s status no longer resets anything
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 72087015201..3f86ed947b3 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.22 2001/06/27 04:29:21 deraadt Exp $ */ +/* $OpenBSD: pfvar.h,v 1.23 2001/06/27 10:31:51 kjell Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -217,6 +217,7 @@ struct pfioc_if { #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state) #define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_if) #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status) +#define DIOCCLRSTATUS _IO ('D', 22) #ifdef _KERNEL |