diff options
author | Ondrej Filip <feela@network.cz> | 2004-07-16 08:27:11 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-07-16 08:27:11 +0000 |
commit | 8d94a524b637dbb1513c23daefa8411dcdc9a054 (patch) | |
tree | 962b5fb27d5c1900b97c60ec634973e77eb40015 /proto/ospf/ospf.h | |
parent | 73089070e6e5c94ffac2da4c9e267ae9bcda2164 (diff) |
Added handling of STUB bool.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 8f0b4983..6992f3eb 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 |