1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

28 Commits

Author SHA1 Message Date
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
3e2bd0f17a Md5 authentification added (unsested).
Packet receiving clean up.
2004-06-26 20:15:34 +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
5e3436d20f Cleanup in packet.c. Deleted unused parameters. 2004-06-06 19:53:52 +00:00
2e10a170fe Indentation. 2004-06-06 09:37:54 +00:00
6f3203fabf cleanup in lsupd.c, indenting, "struct proto" removed... 2004-06-04 21:05:43 +00:00
874654076a better log() usage. 2004-06-04 17:31:03 +00:00
27f49a2c3c lsreq.c indented and small 'struct proto' changes. 2004-06-04 17:28:41 +00:00
39e517d47c hello.c and hello.h cleaned up. No design changes. 2004-06-04 12:53:10 +00:00
035f6acbfe Patch from Andreas Steinmetz <ast@domdv.de> 2004-06-01 13:12:10 +00:00
064b1d8932 Tracing. 2000-06-06 02:50:49 +00:00
fef1badfcf All die() renamed to bug(). 2000-06-06 01:00:34 +00:00
4bb9ce56bb Reset inactim timer if you receive any packet from neighbor. 2000-06-05 19:45:06 +00:00
89d6782dd1 interface {} added. 2000-06-03 01:29:00 +00:00
92e8be8c89 Bugfix in lsreq receiving. 2000-06-02 09:42:24 +00:00
9669362f05 Many bugfixes. (I added one entry twice to slist.)
Debug cleanup.
Retransmiting of unacknolegded LSAs
2000-05-09 18:17:34 +00:00
5f743d9697 Many bugfixes. Actually, how could this ever work? :-) 2000-05-09 13:56:47 +00:00
43e75f38e7 Do not stop lsrr_timer in FULL state. Use it for retransmition. 2000-05-08 23:46:31 +00:00
4472402551 Many %u changer into %I. 2000-04-18 18:29:50 +00:00
58313b24c8 Stupid "+1"-bug fixed. 2000-04-12 14:49:20 +00:00
d8852b362c LSupdate processing improved. Now there is some bug in hashing. :-( 2000-04-04 15:55:55 +00:00
921a93f217 Flooding work continues. 2000-04-04 00:32:17 +00:00
9f940976d1 Some bug fixes. LSA checksum is still bad. I'll fix it later. 2000-03-31 01:14:41 +00:00
f45fd3164b Sending of lspd as responce to lsreq done. 2000-03-31 00:21:41 +00:00
de769e24c0 Skeleton structures and files added. 2000-03-30 20:00:42 +00:00
76915ec979 Minor changes. 2000-03-30 19:21:17 +00:00
ce0603a6ed Better list manipulation. 2000-03-30 16:22:58 +00:00
6d2b32114f LSreq initial work. 2000-03-30 00:18:59 +00:00