summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-03 11:50:31 +0200
committerOndrej Filip <feela@network.cz>2000-06-03 11:50:31 +0200
commitaaaff77605879ffd80f8980f06ea66329e9aaea8 (patch)
tree765b7ff741bc5c8a89d21e23b8c32e01f5f0af7f /proto/ospf/ospf.h
parenta789d814ddd8473fdb85bedb02014f6cb6435373 (diff)
downloadbird-aaaff77605879ffd80f8980f06ea66329e9aaea8.tar
bird-aaaff77605879ffd80f8980f06ea66329e9aaea8.zip
More conf. items defined.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 9461fb6..4c62e7a 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -90,6 +90,7 @@ struct ospf_iface {
#define OSPF_IT_NBMA 1
#define OSPF_IT_PTP 2
#define OSPF_IT_VLINK 3
+#define OSPF_IT_UNDEF 4
u8 state; /* Interface state machine */
#define OSPF_IS_DOWN 0 /* Not working */
#define OSPF_IS_LOOP 1 /* Should never happen */
@@ -107,8 +108,8 @@ struct ospf_iface {
#define PRIORITY_D 1
#define HELLOINT_D 10
#define DEADC_D 4
-#define WAIT_DMH 3 /* Value of Wait timer - not found it in RFC
- * - using 3*HELLO
+#define WAIT_DMH 4 /* Value of Wait timer - not found it in RFC
+ * - using 4*HELLO
*/
struct top_hash_entry *nlsa; /* Originated net lsa */
int fadj; /* Number of full adjacent neigh */
@@ -362,6 +363,11 @@ struct ospf_iface_patt {
int cost;
int helloint;
int rxmtint;
+ int inftransdelay;
+ int priority;
+ int waitint;
+ int deadc;
+ int type;
};
static int ospf_start(struct proto *p);