From 3fa5722defc340571a6518d5556b1e354f05ce18 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 2 Jun 2000 15:05:41 +0000 Subject: First option into config added. :-) --- proto/ospf/ospf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/ospf.h') 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); -- cgit v1.2.3