diff options
Diffstat (limited to 'usr.sbin/dvmrpd/rde.h')
-rw-r--r-- | usr.sbin/dvmrpd/rde.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.sbin/dvmrpd/rde.h b/usr.sbin/dvmrpd/rde.h index 6410932dbdd..4a55e096165 100644 --- a/usr.sbin/dvmrpd/rde.h +++ b/usr.sbin/dvmrpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.11 2009/03/06 18:39:13 michele Exp $ */ +/* $OpenBSD: rde.h,v 1.12 2009/03/07 12:47:17 michele Exp $ */ /* * Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -61,15 +61,6 @@ struct mfc_node { time_t uptime; }; -/* just the infos rde needs */ -struct rde_nbr { - LIST_ENTRY(rde_nbr) entry, hash; - struct in_addr addr; - u_int32_t peerid; - - struct iface *iface; -}; - /* downstream neighbor per source */ struct ds_nbr { LIST_ENTRY(ds_nbr) entry; |