summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.h
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-05-27 02:07:14 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-05-27 02:07:14 +0000
commit56fa5d4a061f023bd2fa50e5a43b0ca9c96d78c8 (patch)
tree188c52b1438b33dd03e7c76bb639eb48bc2c640b /usr.sbin/ospfd/ospfd.h
parent4c762284c3b1a5ec55501eef3625ae33fb687c5b (diff)
Preparations for virtual link support.
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r--usr.sbin/ospfd/ospfd.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h
index 603561b9446..4ac2521d597 100644
--- a/usr.sbin/ospfd/ospfd.h
+++ b/usr.sbin/ospfd/ospfd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfd.h,v 1.33 2005/05/26 18:46:16 norby Exp $ */
+/* $OpenBSD: ospfd.h,v 1.34 2005/05/27 02:07:13 norby Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -133,7 +133,9 @@ enum imsg_type {
IMSG_LS_ACK,
IMSG_LS_FLOOD,
IMSG_LS_BADREQ,
- IMSG_LS_MAXAGE
+ IMSG_LS_MAXAGE,
+ IMSG_ABR_UP,
+ IMSG_ABR_DOWN
};
struct imsg_hdr {
@@ -300,6 +302,7 @@ struct iface {
struct in_addr dst;
struct in_addr mask;
struct in_addr rtr_id;
+ struct in_addr abr_id;
char *auth_key;
struct nbr *dr; /* designated router */
struct nbr *bdr; /* backup designated router */