summaryrefslogtreecommitdiff
path: root/usr.sbin/ikectl/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ikectl/parser.h')
-rw-r--r--usr.sbin/ikectl/parser.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ikectl/parser.h b/usr.sbin/ikectl/parser.h
index 0945513104f..851bda3f5ed 100644
--- a/usr.sbin/ikectl/parser.h
+++ b/usr.sbin/ikectl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.1 2010/06/03 16:49:00 reyk Exp $ */
+/* $OpenBSD: parser.h,v 1.2 2010/06/10 14:08:37 reyk Exp $ */
/*
* Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net>
@@ -23,6 +23,10 @@ enum actions {
MONITOR,
LOG_VERBOSE,
LOG_BRIEF,
+ COUPLE,
+ DECOUPLE,
+ ACTIVE,
+ PASSIVE,
RESETALL,
RESETCA,
RESETPOLICY,