28e8d862b7
Minor bugfix in calculation of external routes.
2004-07-15 16:42:06 +00:00
86c84d76b7
Huge OSPF database redesign. Since now, all LSAs of all areas
...
are in single database. This avoids duplication of external LSAs and
fixes bug in external LSA distribution.
2004-07-15 16:37:52 +00:00
3b16080c97
Multiple OSPF areas can be attached.
...
Origination of summary LSA works.
Routing table calculation works.
Virtual links works.
Well, I hope, OSPF is fully compatible with RFC2328!!!!
2004-07-14 21:46:20 +00:00
a417ad13a1
Send hello just after interface is up.
...
This makes the adjacency forming faster.
Minor code clean up.
2004-07-13 23:42:14 +00:00
897999c22a
Send hello as soon as possible after the interface is up.
...
This helps to faster establish the adjacency.
2004-07-13 23:31:37 +00:00
490767adfc
Add more reasonable options to LSAs. (But it seems, that it's ignored.)
2004-07-13 22:10:14 +00:00
fe1489e6c1
Bugfix: Router was unable to advertise AS external routes.
2004-07-13 22:04:57 +00:00
62eee82321
Default tick = 1. The today's CPU is fast enough.
2004-07-13 21:27:33 +00:00
35fdf4b6a2
Don't inform us about every ospf_age()
2004-07-13 21:22:32 +00:00
16c2d48d8f
Bugfix - RIP now updates routes with worse metric.
2004-07-13 20:53:56 +00:00
bc956fcab6
MD5 authentication in OSPF works. :-)
2004-07-13 14:46:14 +00:00
32d3228d86
Bugfix in simple authentification.
2004-07-13 13:52:54 +00:00
12dd8dc877
Bugfix - nasty bug in router LSA origination - Router did not describe all interfaces.
2004-07-13 12:21:24 +00:00
621ccdfe5a
Bugfix - options bits were not included in LSAs
...
Bugfix - E bit was not unset on stub areas.
2004-07-13 11:58:50 +00:00
9baece57d3
Syntax bugfix.
2004-07-08 16:56:49 +00:00
69b27ed6fd
Length calculation bugfix.
2004-07-01 15:01:44 +00:00
bc4ea680ce
Hello reading bugfix.
2004-07-01 15:01:04 +00:00
ea357b8b6d
Update of the documentation. (passwords and md5).
...
Option for md5 auth in config.
2004-06-26 22:52:39 +00:00
3e2bd0f17a
Md5 authentification added (unsested).
...
Packet receiving clean up.
2004-06-26 20:15:34 +00:00
5236fb03af
Password management redesigned (untested).
2004-06-26 20:11:14 +00:00
98ac61766d
A lot of changes:
...
- metric is 3 byte long now
- summary lsa originating
- more OSPF areas possible
- virtual links
- better E1/E2 routes handling
- some bug fixes..
I have to do:
- md5 auth (last mandatory item from rfc2328)
- !!!!DEBUG!!!!! (mainly virtual link system has probably a lot of bugs)
- 2328 appendig E
2004-06-25 16:39:53 +00:00
5ed68e46d7
Small typo changes.
2004-06-23 23:59:48 +00:00
973cf09c3b
Hotfix to problem with metric change reported by Luca.
2004-06-23 21:36:55 +00:00
3fe5f89907
P->magic used just in LOCAL_DEBUG mode
2004-06-23 21:34:26 +00:00
b4d8a0c280
Some cisco routers send shorter ospf messages in larger packets.
...
Well it's strange, but, actually it's correct.
2004-06-16 23:01:49 +00:00
1a61882d37
Better routing table calculation. We are ready to work with
...
multiple OSPF areas.
2004-06-11 09:36:50 +00:00
b1f7229ad7
Better adjacency building, some minor bugfixes.
2004-06-11 09:34:48 +00:00
7df86c25fc
Better checking of configuration.
2004-06-09 12:39:49 +00:00
e02652a7d2
Bugfix in RT calculation.
2004-06-07 16:42:48 +00:00
541cbe9763
It was too verbose.
2004-06-07 12:52:32 +00:00
5e3436d20f
Cleanup in packet.c. Deleted unused parameters.
2004-06-06 19:53:52 +00:00
d5d9693ce9
Deleted unused parameters.
2004-06-06 18:45:08 +00:00
cd09226078
Be sure, that ospf_area is aged before routing table calculation.
2004-06-06 17:03:56 +00:00
933bfdde2a
Keep al lSAs invalidated.
2004-06-06 16:14:57 +00:00
b8f17cf192
Small cleanup, indentation and preparation for multiple areas routing table calculation.
2004-06-06 16:00:09 +00:00
d631698ec8
Indentation.
2004-06-06 14:27:11 +00:00
d8d553cadf
This warning is stupid.
2004-06-06 14:25:55 +00:00
2e10a170fe
Indentation.
2004-06-06 09:37:54 +00:00
66261211a9
Struct area_net changed.
2004-06-06 09:13:37 +00:00
b9ed99f738
Cleanup in iface.c
2004-06-06 08:55:33 +00:00
a5918961f3
Be more verbose in troubles.
2004-06-06 08:12:42 +00:00
66004c91a8
Set size of the buffers. (Thanx MJ.)
2004-06-05 15:02:52 +00:00
9831e5916f
Staticized lots of local functions.
2004-06-05 09:58:23 +00:00
598b984d1f
One less unused variable.
2004-06-05 09:58:06 +00:00
189dab54a2
defaut' should be
default'.
2004-06-05 09:29:38 +00:00
1512813e95
... and a whole bunch of unused parameters and variables in ospf.
2004-06-05 09:28:17 +00:00
c91fc9b606
... and in rip (there are even unused functions!).
2004-06-05 09:27:49 +00:00
662faa4afc
... in pipe.
2004-06-05 09:27:35 +00:00
e21423bab8
... in BGP.
2004-06-05 09:27:17 +00:00
c33d4cad9f
Moved the tests for socket existence here.
...
BTW, where do you exactly set the new buffer sizes?
2004-06-05 08:59:17 +00:00