summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-02 17:05:41 +0200
committerOndrej Filip <feela@network.cz>2000-06-02 17:05:41 +0200
commit3fa5722defc340571a6518d5556b1e354f05ce18 (patch)
tree41121f21b9efd9af57a48eae914d36cebadddf5c /proto/ospf/ospf.h
parent62924172aef9cf5308fd21d3ad5f6572b977c268 (diff)
downloadbird-3fa5722defc340571a6518d5556b1e354f05ce18.tar
bird-3fa5722defc340571a6518d5556b1e354f05ce18.zip
First option into config added. :-)
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 52c56e9..4627af1 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -47,6 +47,7 @@
struct ospf_config {
struct proto_config c;
+ int rfc1583;
u32 area; /* FIXME: Area ID !!! This is wrong !!!
* Should respect interface */
};
@@ -345,6 +346,7 @@ struct proto_ospf {
list area_list;
int areano; /* Number of area I belong to */
struct fib efib; /* FIB for external routes */
+ int rfc1583;
};
static int ospf_start(struct proto *p);