| Commit message (Expand) | Author | Age | Files | Lines |
* | + fix missing arg to zlog_warn() | pilot | 2007-09-18 | 2 | -1/+2 |
* | + fix minor regression in OSPF sending buffer adjustment logic | pilot | 2007-09-18 | 4 | -11/+18 |
* | Bug #362 is fixed now. | pilot | 2007-08-21 | 7 | -2/+66 |
* | [ospfd] Finish explanatory comment started in previous commit.. | paul | 2007-08-07 | 2 | -1/+6 |
* | [ospfd] Fix bad SPF calculation on some topologies - incorrect sorting | paul | 2007-08-06 | 2 | -3/+12 |
* | Fix last commit - add back in closing paren which was apparently | gdt | 2007-08-06 | 1 | -1/+1 |
* | [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas | paul | 2007-08-06 | 2 | -1/+5 |
* | [ospfd] Fix address qualified 'ip ospf auth' commands | paul | 2007-05-10 | 2 | -4/+11 |
* | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | paul | 2007-05-10 | 1 | -2/+2 |
* | [ospfd] Bug #330 regression: Fix ospf_spf_add_parent assert | paul | 2007-05-07 | 2 | -6/+26 |
* | [ospfd] network command now behaves more logically when a peer prefix is defined | ajs | 2007-04-30 | 2 | -1/+8 |
* | [ospfd] Fix bug in 'passive-interface default' behavior | ajs | 2007-04-21 | 2 | -2/+10 |
* | [ospfd] Bug #330 regression: failure to calculate routes through networks | paul | 2007-03-23 | 2 | -1/+5 |
* | [ospfd] Instrument ospf_spf with more debug log messages | paul | 2007-03-23 | 2 | -3/+43 |
* | [ospfd] Return SNMP standard neighbor state values, not quagga internal ones | ajs | 2007-03-14 | 2 | -1/+45 |
* | [ospfd] Fix two debug messages that used inet_ntoa more than once | ajs | 2007-03-14 | 2 | -6/+20 |
* | [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually running | ajs | 2007-02-27 | 2 | -0/+10 |
* | [ospfd] Fix regression in SPF introduced by bug#330 fixes | paul | 2007-02-26 | 2 | -21/+42 |
* | [ospfd] Bug #330: SPF must consider that nexthop-calc may fail | paul | 2007-01-24 | 2 | -56/+78 |
* | [PtP over ethernet] New peer flag allows much more addressing flexibility | ajs | 2006-12-12 | 6 | -83/+69 |
* | [ospfd] Consider all connected addresses when creating ospf interfaces | ajs | 2006-12-04 | 2 | -2/+8 |
* | [ospfd] Add debug messages for a few zebra messages that had been overlooked | ajs | 2006-11-30 | 2 | -0/+34 |
* | [ospfd] Fix bug in passive-interface default commands. | ajs | 2006-11-28 | 2 | -43/+56 |
* | [ospfd] Stop losing subsequent default-information originate 'always' info | ajs | 2006-10-24 | 2 | -16/+13 |
* | [ospfd] Add passive-interface default support | paul | 2006-10-22 | 7 | -54/+181 |
* | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | paul | 2006-10-15 | 1 | -1/+11 |
* | [ospfd] Improve some warning messages. | ajs | 2006-09-25 | 2 | -7/+21 |
* | [ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit | paul | 2006-08-30 | 2 | -21/+21 |
* | [ospfd] redistribute default no longer works after complete reconfig, fix | paul | 2006-08-27 | 2 | -0/+7 |
* | [ospfd] Bug #134, ospfd should be more robust to backward time change | paul | 2006-08-27 | 10 | -31/+43 |
* | [ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisation | paul | 2006-08-27 | 2 | -14/+35 |
* | [ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packets | paul | 2006-08-27 | 2 | -19/+53 |
* | [ospfd] trivial: consolidate LSDB delete code into single function | paul | 2006-08-27 | 2 | -53/+53 |
* | [ospfd] Bug #288: do not change router ID unless forced by manual configuration | ajs | 2006-07-27 | 2 | -0/+16 |
* | [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free | paul | 2006-07-26 | 14 | -83/+72 |
* | [ospfd] Additional NSM neighbour state change stats/information | paul | 2006-07-25 | 4 | -10/+39 |
* | [ospfd] record timestamp and event of last NSM state change for neighbour | paul | 2006-07-11 | 4 | -1/+18 |
* | [ospfd] trivial: NSM AdjChange should print event, declutter core functions | paul | 2006-07-11 | 2 | -40/+57 |
* | [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions | paul | 2006-07-11 | 2 | -218/+157 |
* | [ospfd] Improve Hello NetworkMask mismatch warning to give more info | ajs | 2006-07-11 | 2 | -2/+8 |
* | [ospfd] cleanup NSM neighbour delete through a new Deleted NSM state | paul | 2006-07-10 | 4 | -73/+105 |
* | [ospfd] early-return in nsm_event missed LLDown event, fixes use after free | paul | 2006-07-06 | 2 | -1/+9 |
* | [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions | paul | 2006-07-04 | 2 | -24/+18 |
* | [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. | paul | 2006-07-04 | 2 | -1/+2 |
* | [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStart | paul | 2006-07-04 | 2 | -15/+36 |
* | [ospfd] trivial cleanup of nsm_timer_set | paul | 2006-07-04 | 2 | -9/+10 |
* | [ospfd] Ensure NSM state functions can redirect next_state accidently | paul | 2006-07-04 | 2 | -0/+20 |
* | [ospfd] consolidate adjacency check logic | paul | 2006-07-04 | 2 | -40/+39 |
* | [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matches | ajs | 2006-06-30 | 2 | -5/+7 |
* | [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR | ajs | 2006-06-30 | 2 | -2/+9 |