summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-22 15:07:06 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-22 15:07:06 +0000
commit77748065dd8ef1ede805b0af5727ccaba0bcd22a (patch)
tree291fce9c6f5b4828fa81a43148b4dbcc3526eb45 /usr.sbin/bgpd/bgpd.h
parent1aa84235852ab028e4428386c2c32b3e345b4659 (diff)
add a configtest mode
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 808aa1a9f83..486928421f8 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.11 2003/12/21 23:28:39 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.12 2003/12/22 15:07:05 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -37,6 +37,7 @@
#define BGPD_OPT_VERBOSE 0x0001
#define BGPD_OPT_VERBOSE2 0x0002
+#define BGPD_OPT_NOACTION 0x0004
enum {
PROC_MAIN,