| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit | Paul Jakma | 2006-08-30 | 2 | -21/+21 |
* | [ospfd] redistribute default no longer works after complete reconfig, fix | Paul Jakma | 2006-08-27 | 2 | -0/+7 |
* | [ospfd] Bug #134, ospfd should be more robust to backward time change | Paul Jakma | 2006-08-27 | 10 | -31/+43 |
* | [ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisation | Paul Jakma | 2006-08-27 | 2 | -14/+35 |
* | [ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packets | Paul Jakma | 2006-08-27 | 2 | -19/+53 |
* | [ospfd] trivial: consolidate LSDB delete code into single function | Paul Jakma | 2006-08-27 | 2 | -53/+53 |
* | [ospfd] Bug #288: do not change router ID unless forced by manual configuration | Andrew J. Schorr | 2006-07-27 | 2 | -0/+16 |
* | [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free | Paul Jakma | 2006-07-26 | 14 | -83/+72 |
* | [ospfd] Additional NSM neighbour state change stats/information | Paul Jakma | 2006-07-25 | 4 | -10/+39 |
* | [ospfd] record timestamp and event of last NSM state change for neighbour | Paul Jakma | 2006-07-11 | 4 | -1/+18 |
* | [ospfd] trivial: NSM AdjChange should print event, declutter core functions | Paul Jakma | 2006-07-11 | 2 | -40/+57 |
* | [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions | Paul Jakma | 2006-07-11 | 2 | -218/+157 |
* | [ospfd] Improve Hello NetworkMask mismatch warning to give more info | Andrew J. Schorr | 2006-07-11 | 2 | -2/+8 |
* | [ospfd] cleanup NSM neighbour delete through a new Deleted NSM state | Paul Jakma | 2006-07-10 | 4 | -73/+105 |
* | [ospfd] early-return in nsm_event missed LLDown event, fixes use after free | Paul Jakma | 2006-07-06 | 2 | -1/+9 |
* | [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions | Paul Jakma | 2006-07-04 | 2 | -24/+18 |
* | [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. | Paul Jakma | 2006-07-04 | 2 | -1/+2 |
* | [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStart | Paul Jakma | 2006-07-04 | 2 | -15/+36 |
* | [ospfd] trivial cleanup of nsm_timer_set | Paul Jakma | 2006-07-04 | 2 | -9/+10 |
* | [ospfd] Ensure NSM state functions can redirect next_state accidently | Paul Jakma | 2006-07-04 | 2 | -0/+20 |
* | [ospfd] consolidate adjacency check logic | Paul Jakma | 2006-07-04 | 2 | -40/+39 |
* | [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matches | Andrew J. Schorr | 2006-06-30 | 2 | -5/+7 |
* | [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR | Andrew J. Schorr | 2006-06-30 | 2 | -2/+9 |
* | [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]" | Andrew J. Schorr | 2006-06-29 | 4 | -3/+104 |
* | [ospfd] Replace redistribution strings with new route_types.h defines. | Paul Jakma | 2006-06-27 | 2 | -89/+49 |
* | [ospfd] NSSA translate-enabled ABR should declare itself as ASBR | Paul Jakma | 2006-06-26 | 3 | -49/+76 |
* | [ospfd] Improve two info log messages in ospf_snmp.c | Andrew J. Schorr | 2006-06-24 | 2 | -2/+13 |
* | [ospfd] When writing out config, show "debug ospf nsm status" properly | Andrew J. Schorr | 2006-06-24 | 2 | -1/+6 |
* | [ospfd] Fix ospf passive-interface subcommand to create interface if necessary | Andrew J. Schorr | 2006-06-18 | 2 | -14/+9 |
* | [ospfd] Fix multicast membership drop bug | Paul Jakma | 2006-06-15 | 5 | -22/+66 |
* | [ospfd] lsdb_delete/discard_from_db should be more robust to bad args | Paul Jakma | 2006-06-15 | 3 | -2/+43 |
* | [ospfd] suppres mostly uninteresting debug message unless debug is set | Paul Jakma | 2006-06-15 | 2 | -3/+10 |
* | [ospfd] Fix small error in CID #13 commit | Paul Jakma | 2006-05-12 | 2 | -1/+6 |
* | [ospfd] CID #13, debug for NULL type7 LSA should not print out data from it | Paul Jakma | 2006-05-12 | 2 | -2/+8 |
* | [ospfd] CID #15, remove redundant NULL check in ism_change_state | Paul Jakma | 2006-05-12 | 2 | -11/+13 |
* | [ospfd] CID #14, NULL check ospf->backbone before use, ospf_update_router_route | Paul Jakma | 2006-05-12 | 2 | -7/+8 |
* | [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdraw | Paul Jakma | 2006-05-12 | 4 | -6/+9 |
* | [ospfd] CID #27, fix missing NULL return check | Paul Jakma | 2006-05-12 | 2 | -1/+4 |
* | [ospfd] CID #29, fix missing NULL check by removing unused code. | Paul Jakma | 2006-05-12 | 2 | -22/+10 |
* | [ospfd] Squash another ospf_lookup call | Paul Jakma | 2006-05-12 | 4 | -10/+11 |
* | [ospfd] Fix leak in area-range-cost command, CID #46. | Paul Jakma | 2006-05-12 | 2 | -1/+4 |
* | [ospfd] CID #49, fix dereference before NULL check | Paul Jakma | 2006-05-12 | 2 | -1/+3 |
* | [ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69 | Paul Jakma | 2006-05-11 | 2 | -1/+5 |
* | [ospfd] Fix missing check for ospf_lookup NULL return, CID #70 | Paul Jakma | 2006-05-11 | 2 | -16/+29 |
* | [ospfd] Fix SPF of virtual-links | Paul Jakma | 2006-05-04 | 7 | -82/+233 |
* | [ospfd] Fix virtual-link handling in nbrs route-table, exposed by bug#234 fix | Paul Jakma | 2006-04-03 | 4 | -26/+71 |
* | [ospfd] Fix failure of Fletcher checksum with certain compilers | Paul Jakma | 2006-03-30 | 2 | -1/+8 |
* | [ospfd] ignore loopbacks for received interface validation | Paul Jakma | 2006-03-30 | 2 | -0/+13 |
* | [ospfd] Fix incorrect byte-order conversion of OSPF_MAX_SEQUENCE_NUMBER | Paul Jakma | 2006-03-30 | 2 | -1/+6 |
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 6 | -15/+11 |