From 75b84c34e3434209517f2ebc8160f39d33e3735e Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 31 May 1999 18:24:54 +0000 Subject: Sending and receving of hello pkts works. No I will start building neighbor database. --- proto/ospf/ospf.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index b827294..a0fdf81 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -33,7 +33,8 @@ struct ospf_iface { node n; struct proto_ospf *proto; struct iface *iface; /* Nest's iface */ - list sk_list; /* List of active sockets */ + sock *hello_sk; /* List of active sockets */ + list neigh_list; /* List of neigbours */ u32 area; /* OSPF Area */ u16 cost; /* Cost of iface */ int rxmtint; /* number of seconds between LSA retransmissions */ @@ -73,11 +74,6 @@ struct ospf_iface { #define WAIT_DMH 2 /* Value of Wait timer - not found it in RFC - using 2*HELLO */ }; -struct ospf_sock { - node n; - sock *sk; -}; - struct ospf_patt { struct iface_patt i; -- cgit v1.2.3