summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde.h
diff options
context:
space:
mode:
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 {