diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-02 17:05:41 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-02 17:05:41 +0200 |
commit | 3fa5722defc340571a6518d5556b1e354f05ce18 (patch) | |
tree | 41121f21b9efd9af57a48eae914d36cebadddf5c /proto/ospf/ospf.h | |
parent | 62924172aef9cf5308fd21d3ad5f6572b977c268 (diff) | |
download | bird-3fa5722defc340571a6518d5556b1e354f05ce18.tar bird-3fa5722defc340571a6518d5556b1e354f05ce18.zip |
First option into config added. :-)
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
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); |