From 81787a9c18092f8b6ff8b7ed88372701d75935d7 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Mon, 1 Mar 2004 16:02:02 +0000 Subject: Make it possible to diable the decision process. This is a feature only useful for route-collectors. OK henning@ --- usr.sbin/bgpd/bgpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/bgpd/bgpd.h') 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 @@ -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 -- cgit v1.2.3