summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2009-05-21 15:47:04 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2009-05-21 15:47:04 +0000
commitac020521609fa1ef947cc159f2f03b0488a9136e (patch)
tree82e7a885fbd7040ebaedb112fcb9b95c4ddcf6e0 /usr.sbin/bgpd/rde.h
parentebcc5a7d5683b46ae04eb1dc5228ed1c22c839a3 (diff)
Make it possible to turn off the decision process per RIB. This is mainly
used for the Adj-Rib-In. Also initialize the Adj-Rib-In correctly and mark it a noevaluate.
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r--usr.sbin/bgpd/rde.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h
index a89934971c3..7f2905db780 100644
--- a/usr.sbin/bgpd/rde.h
+++ b/usr.sbin/bgpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.108 2009/05/17 14:45:25 claudio Exp $ */
+/* $OpenBSD: rde.h,v 1.109 2009/05/21 15:47:03 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and
@@ -273,6 +273,7 @@ struct rib {
LIST_HEAD(, rib_context) ctxts;
enum rib_state state;
u_int16_t id;
+ u_char noevaluate;
};
struct prefix {