Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-24 | Fixes and enhancements in 'show ospf state' command. | Ondrej Zajicek | |
Now it shows a distance, option to change showing reachable/all network nodes and better handling of AS-external LSAs in multiple areas. The command 'show ospf topology' was changed to not show stubnets in both OSPFv2 and OSPFv3 (previously it displayed stubnets in OSPFv2). | |||
2010-04-21 | Fixes several problems in OSPF vlink implementation. | Ondrej Zajicek | |
2010-04-11 | Fixes next hop calculation on NBMA and parallel PTP links. | Ondrej Zajicek | |
2010-04-11 | Fixes a bug in OSPF on NBMA interfaces. | Ondrej Zajicek | |
A very tricky bug. OSPF on NBMA interfaces probably never really worked. When a packet was sent to multiple destinations, the checksum was calculated multiple times from a packet with already filled checksum field (from previous calculation). Therefore, many packets were sent with an invalid checksum. | |||
2010-04-07 | Implements BGP 'show protocols' info details. | Ondrej Zajicek | |
2010-04-02 | Fixes OSPFv3 route generation for local stub networks. | Ondrej Zajicek | |
2010-04-02 | Use SO_BINDTODEVICE also in Linux/IPv6. | Ondrej Zajicek | |
2010-04-02 | Minor fixes to previous patches. | Ondrej Zajicek | |
2010-03-29 | Filter 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-26 | Added some comments. | Ondrej Zajicek | |
2010-03-26 | Disable multiple OSPF pseudointerfaces on BSD. | Ondrej Zajicek | |
2010-03-22 | Fixes LLS compatibility. | Ondrej Zajicek | |
2010-03-14 | Temporary OSPF commit - sockets. | Ondrej Zajicek | |
2010-03-11 | Merge branch 'new' into socket2 | Ondrej Zajicek | |
2010-03-11 | Temoporary OSPF commit - socket changes. | Ondrej Zajicek | |
2010-02-26 | Many 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-21 | Fix configure to enable warnings and fix most of them. | Ondrej Zajicek | |
2010-02-13 | Removes 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-11 | Temporary OSPF commit - socket changes. | Ondrej Zajicek | |
2010-02-08 | Shows 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-07 | Unnumbered OSPF interfaces should be always in the point-to-point mode. | Ondrej Zajicek | |
2010-01-13 | Comment update. | Ondrej Zajicek | |
2010-01-08 | A partial vlink fix. | Ondrej Zajicek | |
2010-01-08 | A fix for broken multi-area OSPF | Ondrej Zajicek | |
2010-01-07 | More information about vlinks. | Ondrej Filip | |
2010-01-07 | Bugfix in DBG call. | Ondrej Filip | |
2010-01-07 | Be a little bit more verbose on virtual links. | Ondrej Filip | |
2010-01-07 | A fix of a previous fix. | Ondrej Zajicek | |
2010-01-07 | Fixes vlinks for OSPFv2. | Ondrej Zajicek | |
2010-01-07 | Debugging change leaked to repository. | Ondrej Zajicek | |
2010-01-07 | A minor fix in OSPF. | Ondrej Zajicek | |
2010-01-03 | Implements MRTdump feature. | Ondrej Zajicek | |
2009-12-22 | Show command cleanups. | Ondrej Zajicek | |
2009-12-15 | Fixes export of routes with link-local gw. | Ondrej Zajicek | |
2009-12-14 | Implements route reload for OSPF. | Ondrej Zajicek | |
2009-12-14 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
Conflicts: proto/ospf/lsreq.c proto/ospf/lsupd.c proto/ospf/rt.c | |||
2009-12-14 | Minor updates. | Ondrej Zajicek | |
2009-12-12 | Minor fixes in OSPF. | Ondrej Zajicek | |
2009-12-11 | Implements protocol-specific Router ID for OSPF. | Ondrej Zajicek | |
And fixes one minor bug. | |||
2009-12-11 | Temporary OSPFv3 commit. | Ondrej Zajicek | |
2009-12-06 | Fixes link-back check. | Ondrej Zajicek | |
2009-12-04 | Fixes next hop handling. | Ondrej Zajicek | |
2009-12-03 | Fixes OSPFv2 build. | Ondrej Zajicek | |
2009-12-03 | Fixes some log messages. | Ondrej Zajicek | |
2009-12-03 | Minor fix in LSA update. | Ondrej Zajicek | |
2009-11-29 | Fixes some crashes in OSPFv2. | Ondrej Zajicek | |
2009-11-29 | Temporary commit. | Ondrej Zajicek | |
2009-11-17 | Temporary OSPFv3 devel commit | Ondrej Zajicek | |
2009-11-09 | Use IPv6 checksums in OSPFv3. | Ondrej Zajicek | |
2009-11-09 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |