summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2009-10-05 12:03:46 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2009-10-05 12:03:46 +0000
commit332c397e95f226e314a2b264add7f61b9fd73310 (patch)
treed16046b48cf7f346a45a30d7ab2ac9043ff47140 /usr.sbin/bgpd/rde.h
parent62c74e171455ecda2b09f3b6048dd00cf7457ef4 (diff)
Load prefixes into new created RIBs at reload time by walking over the
Adj-RIB-In. This only works correctly when softreconfig in is enabled (which is the default). This is needed to allow dynamic creation of additional RIBs. OK henning@
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 dc2e83a6a1b..bb4a7e929ee 100644
--- a/usr.sbin/bgpd/rde.h
+++ b/usr.sbin/bgpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.121 2009/08/06 08:53:11 claudio Exp $ */
+/* $OpenBSD: rde.h,v 1.122 2009/10/05 12:03:45 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and
@@ -265,6 +265,7 @@ struct rib_entry {
enum rib_state {
RIB_NONE,
+ RIB_NEW,
RIB_ACTIVE,
RIB_DELETE
};