diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-05 04:23:20 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-05 04:23:20 +0200 |
commit | 273fd2c16475d3d1275a4fe17443c3ba2b93fbc4 (patch) | |
tree | 20e359ed2d2bfa79cf2acac2a8bbaeedde6116be /proto/ospf/ospf.h | |
parent | 2d37d36c676e16b92ac38a60d3c269efeeaf07ac (diff) | |
download | bird-273fd2c16475d3d1275a4fe17443c3ba2b93fbc4.tar bird-273fd2c16475d3d1275a4fe17443c3ba2b93fbc4.zip |
Many bugfixes (I don't remember all of them):
Added link ID calculation for external routes with same prefix but
different mask.
Bugfix in NET lsa origination.
Bugfix in NET hashing.
Bugfix in LSA installing.
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 4c62e7a..f25d7fa 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -11,6 +11,7 @@ #define SIPH 64 /* FIXME Size Of IP header */ +#define MAXNETS 10 #include "nest/bird.h" |