diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-05 02:18:56 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-05 02:18:56 +0000 |
commit | 7c77f0ebbe689896fa6355d84dbcbb875e5cdadf (patch) | |
tree | 44147c3fcf4e384f7d76d3ba17817dfdd759d5cd /usr.sbin/ifstated/ifstated.h | |
parent | a80bda9789666ff63d8b8d03c572059517e08179 (diff) |
Clean up command line options:
- Make -v work as intended.
- Add -n to test config without doing anything.
Diffstat (limited to 'usr.sbin/ifstated/ifstated.h')
-rw-r--r-- | usr.sbin/ifstated/ifstated.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ifstated/ifstated.h b/usr.sbin/ifstated/ifstated.h index 3998fe5afdb..cfb4e176eb0 100644 --- a/usr.sbin/ifstated/ifstated.h +++ b/usr.sbin/ifstated/ifstated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ifstated.h,v 1.1 2004/02/04 23:47:49 mcbride Exp $ */ +/* $OpenBSD: ifstated.h,v 1.2 2004/02/05 02:18:55 mcbride Exp $ */ /* * Copyright (c) 2004 Ryan McBride @@ -127,6 +127,7 @@ struct ifsd_config { u_int32_t opts; #define IFSD_OPT_VERBOSE 0x00000001 #define IFSD_OPT_VERBOSE2 0x00000002 +#define IFSD_OPT_NOACTION 0x00000004 int maxdepth; u_int8_t loglevel; #define IFSD_LOG_NONE 0 |