diff options
author | Michele Marchetto <michele@cvs.openbsd.org> | 2009-03-07 12:47:18 +0000 |
---|---|---|
committer | Michele Marchetto <michele@cvs.openbsd.org> | 2009-03-07 12:47:18 +0000 |
commit | 8872ac2dca9523913806b1a6d08496c1734dc84e (patch) | |
tree | 935f84f4d828a553740acf51b05c415d9e093d37 /usr.sbin/dvmrpd/rde.h | |
parent | 5e131218ed75c75cece52976b0f57ace8d508990 (diff) |
Get rid of rde_nbr structure as it is no more needed in RDE to make
routing decisions.
ok claudio@
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; |