summaryrefslogtreecommitdiffstats
path: root/proto/ospf
AgeCommit message (Collapse)Author
2010-04-02Fixes OSPFv3 route generation for local stub networks.Ondrej Zajicek
2010-04-02Use SO_BINDTODEVICE also in Linux/IPv6.Ondrej Zajicek
2010-04-02Minor fixes to previous patches.Ondrej Zajicek
2010-03-29Filter language updates; new route attributes and datatype.Ondrej Zajicek
- Adds bgp_originator_id and bgp_cluster_list route attributes. - Adds dotted quad filter datatype (for router IDs, used by bgp_originator_id and ospf_router_id route attributes). - Fixes pair ~ pair set matching. - Documentation updates.
2010-03-26Added some comments.Ondrej Zajicek
2010-03-26Disable multiple OSPF pseudointerfaces on BSD.Ondrej Zajicek
2010-03-22Fixes LLS compatibility.Ondrej Zajicek
2010-03-14Temporary OSPF commit - sockets.Ondrej Zajicek
2010-03-11Merge branch 'new' into socket2Ondrej Zajicek
2010-03-11Temoporary OSPF commit - socket changes.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
- BSD kernel syncer is now self-conscious and can learn alien routes - important bugfix in BSD kernel syncer (crash after protocol restart) - many minor changes and bugfixes in kernel syncers and neighbor cache - direct protocol does not generate host and link local routes - min_scope check is removed, all routes have SCOPE_UNIVERSE by default - also fixes some remaining compiler warnings
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2010-02-13Removes phantom protocol from the pipe design.Ondrej Zajicek
It seems that by adding one pipe-specific exception to route announcement code and by adding one argument to rt_notify() callback i could completely eliminate the need for the phantom protocol instance and therefore make the code more straightforward. It will also fix some minor bugs (like ignoring debug flag changes from the command line).
2010-02-11Temporary OSPF commit - socket changes.Ondrej Zajicek
2010-02-08Shows source (Router ID) for OSPF routes and adds such attribute.Ondrej Zajicek
A sad thing is that we does not have a 'router_id' filter type, so it must be given as decimal number in filters.
2010-02-07Unnumbered OSPF interfaces should be always in the point-to-point mode.Ondrej Zajicek
2010-01-13Comment update.Ondrej Zajicek
2010-01-08A partial vlink fix.Ondrej Zajicek
2010-01-08A fix for broken multi-area OSPFOndrej Zajicek
2010-01-07More information about vlinks.Ondrej Filip
2010-01-07Bugfix in DBG call.Ondrej Filip
2010-01-07Be a little bit more verbose on virtual links.Ondrej Filip
2010-01-07A fix of a previous fix.Ondrej Zajicek
2010-01-07Fixes vlinks for OSPFv2.Ondrej Zajicek
2010-01-07Debugging change leaked to repository.Ondrej Zajicek
2010-01-07A minor fix in OSPF.Ondrej Zajicek
2010-01-03Implements MRTdump feature.Ondrej Zajicek
2009-12-22Show command cleanups.Ondrej Zajicek
2009-12-15Fixes export of routes with link-local gw.Ondrej Zajicek
2009-12-14Implements route reload for OSPF.Ondrej Zajicek
2009-12-14Merge branch 'dev' into ospf3Ondrej Zajicek
Conflicts: proto/ospf/lsreq.c proto/ospf/lsupd.c proto/ospf/rt.c
2009-12-14Minor updates.Ondrej Zajicek
2009-12-12Minor fixes in OSPF.Ondrej Zajicek
2009-12-11Implements protocol-specific Router ID for OSPF.Ondrej Zajicek
And fixes one minor bug.
2009-12-11Temporary OSPFv3 commit.Ondrej Zajicek
2009-12-06Fixes link-back check.Ondrej Zajicek
2009-12-04Fixes next hop handling.Ondrej Zajicek
2009-12-03Fixes OSPFv2 build.Ondrej Zajicek
2009-12-03Fixes some log messages.Ondrej Zajicek
2009-12-03Minor fix in LSA update.Ondrej Zajicek
2009-11-29Fixes some crashes in OSPFv2.Ondrej Zajicek
2009-11-29Temporary commit.Ondrej Zajicek
2009-11-17Temporary OSPFv3 devel commitOndrej Zajicek
2009-11-09Use IPv6 checksums in OSPFv3.Ondrej Zajicek
2009-11-09Merge branch 'dev' into ospf3Ondrej Zajicek
2009-10-29Implements better checks on incoming packets and LSAs in OSPF.Ondrej Zajicek
2009-10-28Fixes some problems related to link-local routes in KRT interface.Ondrej Zajicek
2009-10-25Implements proper handling of summary/external LSA IDs.Ondrej Zajicek
2009-10-15Implement command to show LSA db.Ondrej Zajicek
2009-10-15Reimplements 'show ospf state' for OSPFv3 and fixes some bugs.Ondrej Zajicek