diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-30 19:05:28 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-30 19:05:28 +0000 |
commit | bbab3ac7bd822e60c972c6d315bc08d34909a91f (patch) | |
tree | 1756e205003e55f94101b22fb9d4d49f95acefda /sbin/ipsecctl/ipsecctl.h | |
parent | a27a95a86d69a64130f7d22b1846a7befa7d629a (diff) |
add -d flag for flow deletion. Enable flow deletion.
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index 267e3ef7289..f9609f7416c 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.6 2005/05/27 19:55:21 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.7 2005/06/30 19:05:27 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -26,6 +26,7 @@ #define IPSECCTL_OPT_SHOW 0x0040 #define IPSECCTL_OPT_SHOWALL 0x0080 #define IPSECCTL_OPT_FLUSH 0x0100 +#define IPSECCTL_OPT_DELETE 0x0200 enum { DIRECTION_UNKNOWN, IPSEC_IN, IPSEC_OUT, IPSEC_INOUT |