summaryrefslogtreecommitdiff
path: root/ospfd
AgeCommit message (Expand)Author
2009-06-18[ospfd] Fix OSPF route refcount leakStephen Hemminger
2009-06-12[cleanup] Make command nodes staticStephen Hemminger
2009-06-12[cleanup] functions taking no args should be declared with void argsStephen Hemminger
2009-06-12[cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger
2009-06-02[snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo
2009-06-02[ospfd] fix vty ospfd no ospf abr-type standardFrancesco Dolcini
2009-04-10Justified OSPF cost function names and added support for:Denis Ovsienko
2008-09-24[ospfd] Fix SEGV during startup introduced in recent commitJoakim Tjernlund
2008-09-24[ospfd] Move passive interface checkJoakim Tjernlund
2008-09-04[ospfd] Minor enhancements to recent self-host-routes suppression patchPaul Jakma
2008-09-03Merge commit 'remotes/jocke/delete_ghost_route'Paul Jakma
2008-09-02Merge commit '53d0deceeb855493aa03c59477f8af7f6bb75140'Paul Jakma
2008-09-02[ospfd] Restructure opsf_if_update() and ospf_network_run()Joakim Tjernlund
2008-09-01Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...Paul Jakma
2008-08-25Set destination for PtP links to OSPF_ALLSPFROUTERS.Joakim Tjernlund
2008-08-25Ignore host routes to self.Joakim Tjernlund
2008-08-25Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund
2008-08-25Fix SEGV in ip ospf neighbor allJoakim Tjernlund
2008-08-22[administrivia] Git should ignore backup files and .loT filesPaul Jakma
2008-08-22[trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma
2008-08-22[warnings] Fix various SOS warningsPaul Jakma
2008-08-22[lib] mes_lookup string lookup table argument should be marked constStephen Hemminger
2008-08-22[ospfd] Default route needs to be refreshed after neighbour state changeDaniel Ng
2008-08-22[ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan
2008-08-22[administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma
2008-05-29[daemons] Sanity check port number arguments before usePaul Jakma
2008-02-26[c++] remove/rename some names in headers that clash with C++ reserved wordsPaul Jakma
2007-09-18+ fix missing arg to zlog_warn()Denis Ovsienko
2007-09-18+ fix minor regression in OSPF sending buffer adjustment logicDenis Ovsienko
2007-08-21Bug #362 is fixed now.Denis Ovsienko
2007-08-07[ospfd] Finish explanatory comment started in previous commit..Paul Jakma
2007-08-06[ospfd] Fix bad SPF calculation on some topologies - incorrect sortingPaul Jakma
2007-08-06Fix last commit - add back in closing paren which was apparentlyGreg Troxel
2007-08-06[ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areasPaul Jakma
2007-05-10[ospfd] Fix address qualified 'ip ospf auth' commandsPaul Jakma
2007-05-10[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma
2007-05-07[ospfd] Bug #330 regression: Fix ospf_spf_add_parent assertPaul Jakma
2007-04-30[ospfd] network command now behaves more logically when a peer prefix is definedAndrew J. Schorr
2007-04-21[ospfd] Fix bug in 'passive-interface default' behaviorAndrew J. Schorr
2007-03-23[ospfd] Bug #330 regression: failure to calculate routes through networksPaul Jakma
2007-03-23[ospfd] Instrument ospf_spf with more debug log messagesPaul Jakma
2007-03-14[ospfd] Return SNMP standard neighbor state values, not quagga internal onesAndrew J. Schorr
2007-03-14[ospfd] Fix two debug messages that used inet_ntoa more than onceAndrew J. Schorr
2007-02-27[ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually runningAndrew J. Schorr
2007-02-26[ospfd] Fix regression in SPF introduced by bug#330 fixesPaul Jakma
2007-01-24[ospfd] Bug #330: SPF must consider that nexthop-calc may failPaul Jakma
2006-12-12[PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr
2006-12-04[ospfd] Consider all connected addresses when creating ospf interfacesAndrew J. Schorr
2006-11-30[ospfd] Add debug messages for a few zebra messages that had been overlookedAndrew J. Schorr
2006-11-28[ospfd] Fix bug in passive-interface default commands.Andrew J. Schorr