summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
...
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-1210-53/+18
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-54/+70
* [ospfd] fix vty ospfd no ospf abr-type standardFrancesco Dolcini2009-06-021-1/+3
* Justified OSPF cost function names and added support for:Denis Ovsienko2009-04-101-8/+27
* [ospfd] Fix SEGV during startup introduced in recent commitJoakim Tjernlund2008-09-241-2/+2
* [ospfd] Move passive interface checkJoakim Tjernlund2008-09-241-18/+26
* [ospfd] Minor enhancements to recent self-host-routes suppression patchPaul Jakma2008-09-043-22/+33
* Merge commit 'remotes/jocke/delete_ghost_route'Paul Jakma2008-09-031-1/+15
|\
| * Ignore host routes to self.Joakim Tjernlund2008-08-251-1/+15
* | Merge commit '53d0deceeb855493aa03c59477f8af7f6bb75140'Paul Jakma2008-09-021-6/+14
|\ \
| * | Set destination for PtP links to OSPF_ALLSPFROUTERS.Joakim Tjernlund2008-08-251-6/+14
| |/
* | [ospfd] Restructure opsf_if_update() and ospf_network_run()Joakim Tjernlund2008-09-023-121/+117
| |
| \
*-. \ Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...Paul Jakma2008-09-012-2/+4
|\ \ \ | |_|/ |/| |
| | * Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
| |/ |/|
| * Fix SEGV in ip ospf neighbor allJoakim Tjernlund2008-08-251-1/+1
|/
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+3
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-4984/+0
* [warnings] Fix various SOS warningsPaul Jakma2008-08-223-3/+3
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-9/+2
* [ospfd] Default route needs to be refreshed after neighbour state changeDaniel Ng2008-08-221-0/+5
* [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan2008-08-221-33/+11
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+14
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-1/+2
* [c++] remove/rename some names in headers that clash with C++ reserved wordsPaul Jakma2008-02-262-4/+4
* + fix missing arg to zlog_warn()Denis Ovsienko2007-09-182-1/+2
* + fix minor regression in OSPF sending buffer adjustment logicDenis Ovsienko2007-09-184-11/+18
* Bug #362 is fixed now.Denis Ovsienko2007-08-217-2/+66
* [ospfd] Finish explanatory comment started in previous commit..Paul Jakma2007-08-072-1/+6
* [ospfd] Fix bad SPF calculation on some topologies - incorrect sortingPaul Jakma2007-08-062-3/+12
* Fix last commit - add back in closing paren which was apparentlyGreg Troxel2007-08-061-1/+1
* [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areasPaul Jakma2007-08-062-1/+5
* [ospfd] Fix address qualified 'ip ospf auth' commandsPaul Jakma2007-05-102-4/+11
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-2/+2
* [ospfd] Bug #330 regression: Fix ospf_spf_add_parent assertPaul Jakma2007-05-072-6/+26
* [ospfd] network command now behaves more logically when a peer prefix is definedAndrew J. Schorr2007-04-302-1/+8
* [ospfd] Fix bug in 'passive-interface default' behaviorAndrew J. Schorr2007-04-212-2/+10
* [ospfd] Bug #330 regression: failure to calculate routes through networksPaul Jakma2007-03-232-1/+5
* [ospfd] Instrument ospf_spf with more debug log messagesPaul Jakma2007-03-232-3/+43
* [ospfd] Return SNMP standard neighbor state values, not quagga internal onesAndrew J. Schorr2007-03-142-1/+45
* [ospfd] Fix two debug messages that used inet_ntoa more than onceAndrew J. Schorr2007-03-142-6/+20
* [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually runningAndrew J. Schorr2007-02-272-0/+10
* [ospfd] Fix regression in SPF introduced by bug#330 fixesPaul Jakma2007-02-262-21/+42
* [ospfd] Bug #330: SPF must consider that nexthop-calc may failPaul Jakma2007-01-242-56/+78
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-126-83/+69
* [ospfd] Consider all connected addresses when creating ospf interfacesAndrew J. Schorr2006-12-042-2/+8
* [ospfd] Add debug messages for a few zebra messages that had been overlookedAndrew J. Schorr2006-11-302-0/+34
* [ospfd] Fix bug in passive-interface default commands.Andrew J. Schorr2006-11-282-43/+56
* [ospfd] Stop losing subsequent default-information originate 'always' infoAndrew J. Schorr2006-10-242-16/+13
* [ospfd] Add passive-interface default supportPaul Jakma2006-10-227-54/+181