summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/rde.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospfd/rde.h')
-rw-r--r--usr.sbin/ospfd/rde.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/rde.h b/usr.sbin/ospfd/rde.h
index 99e10ea0730..cb8562708b1 100644
--- a/usr.sbin/ospfd/rde.h
+++ b/usr.sbin/ospfd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.8 2005/03/22 22:13:48 norby Exp $ */
+/* $OpenBSD: rde.h,v 1.9 2005/04/12 09:54:59 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -55,6 +55,12 @@ struct rde_nbr {
int self;
};
+struct rde_asext {
+ LIST_ENTRY(rde_asext) entry;
+ struct kroute kr;
+ int used;
+};
+
struct rt_node {
RB_ENTRY(rt_node) entry;
struct in_addr prefix;