diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-01 16:02:02 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-01 16:02:02 +0000 |
commit | 81787a9c18092f8b6ff8b7ed88372701d75935d7 (patch) | |
tree | 6a30c639b6bb135dc0bf204cb73bc3b54d48b7a3 /usr.sbin/bgpd/bgpd.h | |
parent | 7e29d931c4fdd5a145dd21639ee2fe22809ea26a (diff) |
Make it possible to diable the decision process. This is a feature only useful
for route-collectors. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 6da7baca2ff..ff87df617c8 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.101 2004/02/26 16:16:41 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.102 2004/03/01 16:02:01 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -45,6 +45,7 @@ #define BGPD_OPT_NOACTION 0x0004 #define BGPD_FLAG_NO_FIB_UPDATE 0x0001 +#define BGPD_FLAG_NO_EVALUATE 0x0002 #define BGPD_LOG_UPDATES 0x0001 |