Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | Fixes seqnum generation. | Ondrej Zajicek | |
Thanks Mohammad Amin Shoaie for notification. | |||
2011-10-06 | Signal problems with route installation to kernel tables. | Ondrej Zajicek | |
2011-10-01 | Fixes some error messages and the NSSA gw lookup. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the patch. | |||
2011-09-03 | Fixes for OSPF NSSA handling. | Ondrej Zajicek | |
2011-08-08 | OSPF NSSA support, inter-area LSA translation. | Ondrej Zajicek | |
2011-07-22 | OSPF NSSA translator election. | Ondrej Zajicek | |
2011-07-20 | OSPF NSSA support, part one. | Ondrej Zajicek | |
2011-07-20 | Fixes broken multi-area OSPF. | Ondrej Zajicek | |
2011-07-08 | Removes timers for stub interfaces. Also fixes some minor bugs. | Ondrej Zajicek | |
2011-07-06 | Do not open sockets for stub interfaces. | Ondrej Zajicek | |
2011-07-03 | Fixes LSA checksum computation for larger LSAs. | Ondrej Zajicek | |
2011-06-20 | Fixes a bug in OSPF causing DoS by an invalid packet. | Ondrej Zajicek | |
2011-05-19 | Fixes compatibility with Mikrotik. | Ondrej Zajicek | |
2011-04-13 | Fixed bug FICORA #503685. | Ondrej Filip | |
2011-03-29 | Fixes a nasty bug in OSPF. | Ondrej Zajicek | |
Sending malformed network prefixes in LSAs causes OSPF to crash just after the LSA is propagated to the other routers. | |||
2011-03-28 | Minor changes in addresses. | Ondrej Zajicek | |
Mainly changes IA_UNNUMBERED to IA_PEER and adds IA_HOST. Also do not show broadcast addr in show interfaces. Nobody cares for that. | |||
2011-03-17 | Vastly improved OSPF reconfiguration. | Ondrej Zajicek | |
Now it can handle a change in iface pattern structure. It can add, remove and reconfigure interfaces, vlinks and areas. | |||
2010-12-28 | A simplification of the next-hop calculation. | Ondrej Zajicek | |
Thanks to Joakim Tjernlund for the idea. | |||
2010-12-24 | Implements Point-to-MultiPoint interface type for OSPF. | Ondrej Zajicek | |
2010-12-23 | Add some comments. | Ondrej Zajicek | |
2010-12-23 | Fixes a minor memory wasting. | Ondrej Zajicek | |
2010-12-07 | Multipath support for OSPF | Ondrej Zajicek | |
2010-11-19 | Minor finalizations of link state checks. | Ondrej Zajicek | |
2010-11-19 | Fixes a typo (in OSPF_MAX_PKT_SIZE value). | Ondrej Zajicek | |
And updates a comment. | |||
2010-11-13 | Adds support for iface link detection to OSPF. | Ondrej Zajicek | |
2010-11-10 | Fixes a bug related to implicit backbone on ABR. | Ondrej Zajicek | |
2010-11-04 | OSPF tx buffers should have the same size as rx buffers. | Ondrej Zajicek | |
We should be able to send everything we received. | |||
2010-11-04 | Fixes a bug in LSA update of large LSAs. | Ondrej Zajicek | |
2010-11-03 | Fixes a bug in OSPF. | Ondrej Zajicek | |
2010-10-22 | Fixes some typos. | Ondrej Zajicek | |
2010-08-22 | Fixes a bug in NBMA on an iface with multiple IP addresses. | Ondrej Zajicek | |
2010-08-02 | Adds igp_metric attribute. | Ondrej Zajicek | |
2010-07-31 | Fixes bug in OSPF ext-LSA origination. | Ondrej Zajicek | |
2010-06-02 | Do not start with huge OSPF FIBs. | Ondrej Zajicek | |
Most OSPF instances don't need 64k FIB fields. This change halves resident memory usage on small OSPF networks. | |||
2010-06-02 | Minor bug that appears only in debug mode. | Ondrej Filip | |
2010-05-28 | Minor fixes. | Ondrej Zajicek | |
2010-05-26 | Support loopback/dummy addresses. | Ondrej Zajicek | |
2010-05-26 | Fixes a bug in duplicit configured stubnets. | Ondrej Zajicek | |
If there was the same configured stubnet on local and remote router, the remote route always won regardless of its cost. | |||
2010-05-23 | Check for OSPF seqnum wraparound and handle it. | Ondrej Zajicek | |
2010-05-21 | Comment update. | Ondrej Zajicek | |
2010-05-16 | Do not originate summary or external LSA if it already here and not changed. | Ondrej Zajicek | |
2010-05-07 | Fixes a bug in LSA flooding. | Ondrej Zajicek | |
LSAs are sometimes prematurely removed from LS retransmission lists. | |||
2010-05-03 | A minor bugfix in OSPF ext-LSA processing. | Ondrej Zajicek | |
2010-05-02 | Merge several fixes suggested by Joakim Tjernlund. | Ondrej Zajicek | |
2010-05-02 | OSPF: most of summary LSA orig./flush logic rewritten. | Ondrej Zajicek | |
Fixes many bugs in the old code and makes it much cleaner. | |||
2010-04-28 | Better support for /31 networks. | Ondrej Zajicek | |
2010-04-27 | A fix in OSPFv3 next_hop calculation. | Ondrej Zajicek | |
2010-04-26 | Neighbors on OSPF broadcast networks should be identified by IP address, not ↵ | Ondrej Zajicek | |
RID. Allows simple support for multiple interfaces to the same network. | |||
2010-04-25 | Skip LSA host<->network endianity conversions on big endians. | Ondrej Zajicek | |
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). |