From aa1e082c6779505e9ca24ba9f9d6cdfd4c647b06 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 10 May 2000 10:47:17 +0000 Subject: Calculation of external routes. --- proto/ospf/ospf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 614032f..79d0dd1 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -341,6 +341,7 @@ struct proto_ospf { list iface_list; /* Interfaces we really use */ list area_list; int areano; /* Number of area I belong to */ + struct fib efib; /* FIB for external routes */ }; static int ospf_start(struct proto *p); -- cgit v1.2.3