1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Listening on AllDRouters for DR and BACKUP added.

This commit is contained in:
Ondrej Filip
2000-04-17 21:10:40 +00:00
parent 38130b863f
commit 2a0925948d
2 changed files with 34 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ struct ospf_iface {
struct ospf_area *oa;
u32 an; /* Area number */
sock *hello_sk; /* Hello socket */
sock *dr_sk; /* For states DR or BACKUP */
sock *ip_sk; /* IP socket (for DD ...) */
list neigh_list; /* List of neigbours */
u16 cost; /* Cost of iface */