summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospf6d.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.h')
-rw-r--r--usr.sbin/ospf6d/ospf6d.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h
index d4f36f46720..f8904428ca4 100644
--- a/usr.sbin/ospf6d/ospf6d.h
+++ b/usr.sbin/ospf6d/ospf6d.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf6d.h,v 1.9 2007/10/16 08:41:56 claudio Exp $ */
+/* $OpenBSD: ospf6d.h,v 1.10 2007/11/27 11:29:34 claudio Exp $ */
/*
* Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org>
@@ -314,6 +314,8 @@ struct iface {
LIST_HEAD(, nbr) nbr_list;
struct lsa_head ls_ack_list;
+ struct lsa_tree lsa_tree; /* LSA with link local scope */
+
char name[IF_NAMESIZE];
char demote_group[IFNAMSIZ];
struct in6_addr addr;