Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-07 | Introdution into OSPF. | Ondrej Filip | |
2000-06-07 | Now I can change cost of interface without OSPF restart. | Ondrej Filip | |
2000-06-07 | Removed useless trace. | Ondrej Filip | |
2000-06-07 | Reconfiguration hook. | Ondrej Filip | |
It will survive many timer and constat changes. | |||
2000-06-06 | Some '\n' deleted. | Ondrej Filip | |
2000-06-06 | Tracing in topology | Ondrej Filip | |
2000-06-06 | First part of tracing. | Ondrej Filip | |
2000-06-06 | Allocate OSPF areas before interfaces. | Ondrej Filip | |
2000-06-06 | Dummy reconfigure added. | Ondrej Filip | |
2000-06-05 | Bugfix in NET LSA flushing. | Ondrej Filip | |
Configuration now works! :-) Better "show ospf" Some minor bugfixes. | |||
2000-06-05 | Unless a filter specifies otherwise, all external routes have type 2 | Martin Mares | |
metric 10000. | |||
2000-06-05 | Many bugfixes (I don't remember all of them): | Ondrej Filip | |
Added link ID calculation for external routes with same prefix but different mask. Bugfix in NET lsa origination. Bugfix in NET hashing. Bugfix in LSA installing. | |||
2000-06-03 | interface {} added. | Ondrej Filip | |
2000-06-02 | area {} added to config. | Ondrej Filip | |
2000-06-02 | First option into config added. :-) | Ondrej Filip | |
2000-06-02 | sh interface "iface" dumpped all. | Ondrej Filip | |
2000-06-02 | Handle "show ospf *" even if protocol is down. | Ondrej Filip | |
2000-06-02 | Silly bug in sh interface. Now I test ALL interfaces. :-) | Ondrej Filip | |
2000-06-01 | Added show ospf interface. | Ondrej Filip | |
show ospf neighbors now knows "<interface>". | |||
2000-06-01 | show ospf implemented. | Ondrej Filip | |
2000-06-01 | Cisco-like "show ospf neighbors" implemented. | Ondrej Filip | |
2000-06-01 | Print route tag in hexadecimal and omit it if it's zero. | Martin Mares | |
2000-06-01 | Print tag unsigned rather then signed. | Ondrej Filip | |
2000-05-31 | Sort cleanup in aging. | Ondrej Filip | |
2000-05-31 | LSArt origination and routing table calculation is now not doing so | Ondrej Filip | |
often. Instead of calculation I just schedule it latter. | |||
2000-05-31 | Added tagging of external LSA. | Ondrej Filip | |
2000-05-30 | Route attributes for OSPF. | Martin Mares | |
2000-05-30 | Better shutdown. | Ondrej Filip | |
2000-05-30 | Better inicialisation. | Ondrej Filip | |
2000-05-30 | Some exchange between init() and start(). | Ondrej Filip | |
2000-05-30 | Better rt dumping. | Ondrej Filip | |
2000-05-30 | Bug in rt_notify. | Ondrej Filip | |
2000-05-28 | get_route_info() added. | Ondrej Filip | |
2000-05-28 | get_status() implemented. | Ondrej Filip | |
2000-05-28 | Just added some debug(). | Ondrej Filip | |
2000-05-27 | Better shutdown. (Flush my own router LSA and send 1WAY to every neighbor.) | Ondrej Filip | |
Ext LSA originating and flushing added. | |||
2000-05-27 | Originating of external LSA. | Ondrej Filip | |
2000-05-26 | Import control implemented. | Ondrej Filip | |
2000-05-17 | rte_same implemented. | Ondrej Filip | |
2000-05-17 | rte_better implemented. | Ondrej Filip | |
2000-05-10 | Calculation of external routes. | Ondrej Filip | |
2000-05-09 | Better dumping. | Ondrej Filip | |
2000-05-04 | #ifdef out lots of debugging information. | Martin Mares | |
The long resource/routing table dump printed upon startup is gone now and if you wish to see it, just send bird SIGUSR1 or use the `debug' commands. | |||
2000-04-30 | Sync with nest's rt table and some minor improvements. | Ondrej Filip | |
2000-04-18 | Dump changes. | Ondrej Filip | |
2000-04-04 | Minor change in area list. Now I use MJ's lists. | Ondrej Filip | |
2000-02-25 | Router LSA & area adding. | Ondrej Filip | |
2000-02-25 | Memory allocation in ospf_area changed. | Ondrej Filip | |
2000-02-24 | Area work and router LSA starts when interface goes up. | Ondrej Filip | |
2000-02-08 | Malloc() changed to cfg_alloc(). | Ondrej Filip | |