diff options
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); |