Age | Commit message (Expand) | Author |
2007-02-27 | [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually running | Andrew J. Schorr |
2007-02-26 | [ospfd] Fix regression in SPF introduced by bug#330 fixes | Paul Jakma |
2007-01-24 | [ospfd] Bug #330: SPF must consider that nexthop-calc may fail | Paul Jakma |
2006-12-12 | [PtP over ethernet] New peer flag allows much more addressing flexibility | Andrew J. Schorr |
2006-12-04 | [ospfd] Consider all connected addresses when creating ospf interfaces | Andrew J. Schorr |
2006-11-30 | [ospfd] Add debug messages for a few zebra messages that had been overlooked | Andrew J. Schorr |
2006-11-28 | [ospfd] Fix bug in passive-interface default commands. | Andrew J. Schorr |
2006-10-24 | [ospfd] Stop losing subsequent default-information originate 'always' info | Andrew J. Schorr |
2006-10-22 | [ospfd] Add passive-interface default support | Paul Jakma |
2006-10-15 | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma |
2006-09-25 | [ospfd] Improve some warning messages. | Andrew J. Schorr |
2006-08-30 | [ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit | Paul Jakma |
2006-08-27 | [ospfd] redistribute default no longer works after complete reconfig, fix | Paul Jakma |
2006-08-27 | [ospfd] Bug #134, ospfd should be more robust to backward time change | Paul Jakma |
2006-08-27 | [ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisation | Paul Jakma |
2006-08-27 | [ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packets | Paul Jakma |
2006-08-27 | [ospfd] trivial: consolidate LSDB delete code into single function | Paul Jakma |
2006-07-27 | [ospfd] Bug #288: do not change router ID unless forced by manual configuration | Andrew J. Schorr |
2006-07-26 | [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free | Paul Jakma |
2006-07-25 | [ospfd] Additional NSM neighbour state change stats/information | Paul Jakma |
2006-07-11 | [ospfd] record timestamp and event of last NSM state change for neighbour | Paul Jakma |
2006-07-11 | [ospfd] trivial: NSM AdjChange should print event, declutter core functions | Paul Jakma |
2006-07-11 | [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions | Paul Jakma |
2006-07-11 | [ospfd] Improve Hello NetworkMask mismatch warning to give more info | Andrew J. Schorr |
2006-07-10 | [ospfd] cleanup NSM neighbour delete through a new Deleted NSM state | Paul Jakma |
2006-07-06 | [ospfd] early-return in nsm_event missed LLDown event, fixes use after free | Paul Jakma |
2006-07-04 | [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions | Paul Jakma |
2006-07-04 | [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. | Paul Jakma |
2006-07-04 | [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStart | Paul Jakma |
2006-07-04 | [ospfd] trivial cleanup of nsm_timer_set | Paul Jakma |
2006-07-04 | [ospfd] Ensure NSM state functions can redirect next_state accidently | Paul Jakma |
2006-07-04 | [ospfd] consolidate adjacency check logic | Paul Jakma |
2006-06-30 | [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matches | Andrew J. Schorr |
2006-06-30 | [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR | Andrew J. Schorr |
2006-06-29 | [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]" | Andrew J. Schorr |
2006-06-27 | [ospfd] Replace redistribution strings with new route_types.h defines. | Paul Jakma |
2006-06-26 | [ospfd] NSSA translate-enabled ABR should declare itself as ASBR | Paul Jakma |
2006-06-24 | [ospfd] Improve two info log messages in ospf_snmp.c | Andrew J. Schorr |
2006-06-24 | [ospfd] When writing out config, show "debug ospf nsm status" properly | Andrew J. Schorr |
2006-06-18 | [ospfd] Fix ospf passive-interface subcommand to create interface if necessary | Andrew J. Schorr |
2006-06-15 | [ospfd] Fix multicast membership drop bug | Paul Jakma |
2006-06-15 | [ospfd] lsdb_delete/discard_from_db should be more robust to bad args | Paul Jakma |
2006-06-15 | [ospfd] suppres mostly uninteresting debug message unless debug is set | Paul Jakma |
2006-05-12 | [ospfd] Fix small error in CID #13 commit | Paul Jakma |
2006-05-12 | [ospfd] CID #13, debug for NULL type7 LSA should not print out data from it | Paul Jakma |
2006-05-12 | [ospfd] CID #15, remove redundant NULL check in ism_change_state | Paul Jakma |
2006-05-12 | [ospfd] CID #14, NULL check ospf->backbone before use, ospf_update_router_route | Paul Jakma |
2006-05-12 | [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdraw | Paul Jakma |
2006-05-12 | [ospfd] CID #27, fix missing NULL return check | Paul Jakma |
2006-05-12 | [ospfd] CID #29, fix missing NULL check by removing unused code. | Paul Jakma |