summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
diff options
context:
space:
mode:
authorugen <ugen@FreeBSD.org>1994-12-13 15:57:34 +0000
committerugen <ugen@FreeBSD.org>1994-12-13 15:57:34 +0000
commita10269c10516bc12ca57a3d0d8ae21c639c02963 (patch)
treefc667423da5c69fbd045ce1a667be078848dc8f1 /sys/netinet/raw_ip.c
parent5a746995e3bdc3585ab6bd3b2e9635019b28c6bc (diff)
downloadFreeBSD-src-a10269c10516bc12ca57a3d0d8ae21c639c02963.zip
FreeBSD-src-a10269c10516bc12ca57a3d0d8ae21c639c02963.tar.gz
Add clear one accounting entry control.
Structure fields changed to seem more standart.
Diffstat (limited to 'sys/netinet/raw_ip.c')
-rw-r--r--sys/netinet/raw_ip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index bbba46e..92d5b5a 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)raw_ip.c 8.2 (Berkeley) 1/4/94
- * $Id: raw_ip.c,v 1.8 1994/11/16 10:17:11 jkh Exp $
+ * $Id: raw_ip.c,v 1.9 1994/12/12 17:20:55 ugen Exp $
*/
#include <sys/param.h>
@@ -231,6 +231,7 @@ rip_ctloutput(op, so, level, optname, m)
#ifdef IPACCT
case IP_ACCT_DEL:
case IP_ACCT_ADD:
+ case IP_ACCT_CLR:
case IP_ACCT_FLUSH:
case IP_ACCT_ZERO:
OpenPOWER on IntegriCloud