bird/proto/ospf
Ondrej Zajicek a97122a3ca Bugfix in LSA origination for PTP OSPF links.
The code generating LSAs for PTP OSPF links is buggy. The old behavior
is that it generates PTP link if there is a full/ptp neighbor and stub
link if there isn't. According to RFC 2328, the correct behavior is to
generate stub link in both cases (in the first case together with PTP
link).

And because of buggy detection of unnumbered networks, for numbered
networks the code creates stub links with 0.0.0.0/32.
2008-10-26 23:43:13 +01:00
..
config.Y Added new parametr 'rx buffer <num>'. BIRD is able to receive 2005-03-15 22:06:36 +00:00
dbdes.c Huge OSPF database redesign. Since now, all LSAs of all areas 2004-07-15 16:37:52 +00:00
dbdes.h Cleanup in packet.c. Deleted unused parameters. 2004-06-06 19:53:52 +00:00
Doc Doc. 2000-06-07 23:23:37 +00:00
hello.c Since now I can also use 'dead interval', not just 'dead counter'. 2005-02-20 04:27:56 +00:00
hello.h Cleanup in packet.c. Deleted unused parameters. 2004-06-06 19:53:52 +00:00
iface.c Added new parametr 'rx buffer <num>'. BIRD is able to receive 2005-03-15 22:06:36 +00:00
iface.h Added new parametr 'rx buffer <num>'. BIRD is able to receive 2005-03-15 22:06:36 +00:00
lsack.c Huge OSPF database redesign. Since now, all LSAs of all areas 2004-07-15 16:37:52 +00:00
lsack.h Cleanup in packet.c. Deleted unused parameters. 2004-06-06 19:53:52 +00:00
lsalib.c Unused code deleted. 2005-02-20 19:03:34 +00:00
lsalib.h Huge OSPF database redesign. Since now, all LSAs of all areas 2004-07-15 16:37:52 +00:00
lsreq.c Endianity problem in debug message fix. 2008-08-25 12:00:55 +00:00
lsreq.h Cleanup in packet.c. Deleted unused parameters. 2004-06-06 19:53:52 +00:00
lsupd.c Small changes to reduce number of warnings. 2005-02-14 11:54:16 +00:00
lsupd.h Cleanup in packet.c. Deleted unused parameters. 2004-06-06 19:53:52 +00:00
Makefile Routing table calculation. Dijkstra done. 2000-04-26 12:54:23 +00:00
neighbor.c Since now I can also use 'dead interval', not just 'dead counter'. 2005-02-20 04:27:56 +00:00
neighbor.h hello.c and hello.h cleaned up. No design changes. 2004-06-04 12:53:10 +00:00
ospf.c Added new parametr 'rx buffer <num>'. BIRD is able to receive 2005-03-15 22:06:36 +00:00
ospf.h Added new parametr 'rx buffer <num>'. BIRD is able to receive 2005-03-15 22:06:36 +00:00
packet.c Small bugfix in tracing. 2005-03-15 23:42:41 +00:00
packet.h Md5 authentification added (unsested). 2004-06-26 20:15:34 +00:00
rt.c Bugfix in external routes calculation. 2005-03-14 10:59:52 +00:00
rt.h Minor bugfix: Summary LSA for aggregated area was always propagated with 2005-02-18 18:51:42 +00:00
topology.c Bugfix in LSA origination for PTP OSPF links. 2008-10-26 23:43:13 +01:00
topology.h Many bugfixes in routing table calculation and summary LSA origination. 2005-02-13 23:36:31 +00:00