summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.h
diff options
context:
space:
mode:
authorMathieu Sauve-Frankel <msf@cvs.openbsd.org>2005-09-17 20:03:36 +0000
committerMathieu Sauve-Frankel <msf@cvs.openbsd.org>2005-09-17 20:03:36 +0000
commitc9c2fe62e362a702c65ef453e373b7e5530b0fbb (patch)
treeb7cde13de9d05ddff03fabf78ba2aa28e555935f /usr.sbin/ospfd/ospfd.h
parent26cfcca5489626640cdd8936655643f2aad98bde (diff)
- add get_rtr_id() based on bgpd's get_bgpid()
- remove rtr_id from struct iface we don't need to keep a copy of this value per interface - replace all references to iface->rtr_id.s_addr with calls to ospfe_rtr_id() ok claudio@ norby@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r--usr.sbin/ospfd/ospfd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h
index 09718b3a11b..1a772d5f304 100644
--- a/usr.sbin/ospfd/ospfd.h
+++ b/usr.sbin/ospfd/ospfd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfd.h,v 1.35 2005/06/26 19:22:12 claudio Exp $ */
+/* $OpenBSD: ospfd.h,v 1.36 2005/09/17 20:03:35 msf Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -302,7 +302,6 @@ struct iface {
struct in_addr addr;
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 */