From 8d94a524b637dbb1513c23daefa8411dcdc9a054 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 16 Jul 2004 08:27:11 +0000 Subject: Added handling of STUB bool. --- 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 8f0b498..6992f3e 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -53,6 +53,7 @@ #define DEFAULT_OSPFTICK 1 #define DEFAULT_RFC1583 0 /* compatibility with rfc1583 */ +#define DEFAULT_STUB_COST 1000 struct ospf_config -- cgit v1.2.3