diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-17 21:10:40 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-17 21:10:40 +0000 |
commit | 2a0925948de20bd391d2c27a08ffdf2b4350e5c3 (patch) | |
tree | 294db6b67d73b03ef8da95ff7dd819e8e9d7cab1 /proto/ospf/ospf.h | |
parent | 38130b863ffcab6b45484e4e5f1eca1dd933bb1a (diff) |
Listening on AllDRouters for DR and BACKUP added.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index e3a42f5f..6bcaef3c 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -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 */ |