summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag...Don Slice2016-06-133-7/+43
|\
| * ospfd: Fix oi->nbr_self pointer dereferenceDonald Sharp2016-06-101-0/+3
| * ospfd: fix - correct neighbor index on changing/p2p/virtual linksJafar Al-Gharaibeh2016-06-103-7/+40
* | ospfd/ospf6d/zebra: Change interface bandwidth range and auto-cost range to 100GDon Slice2016-06-131-5/+5
|/
* ospfd: fix unused warning in ospf_writeDavid Lamparter2016-06-091-2/+3
* ospfd: Fix for 'no' + 'debug command' does not disable 'debug command'Vystoropskyi, Sergii2016-06-091-1/+1
* ospfd: Fast OSPF convergenceMichael Rossberg2016-06-096-20/+20
* ospfd: Remove another odd flooding hack in opaque LSA codePaul Jakma2016-06-083-125/+0
* ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2016-06-086-248/+6
* build: determine CFLAGS more intelligentlyDavid Lamparter2016-06-081-1/+1
* *: add/cleanup initialisersDavid Lamparter2016-06-071-2/+1
* *: use void * for printing pointersDavid Lamparter2016-05-307-37/+45
* *: use long long to print time_tDavid Lamparter2016-05-302-6/+6
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2016-05-266-69/+63
* ospfd: PointToPoint neighbors are identified by router IDJoakim Tjernlund2016-05-261-8/+11
* *: fix in_addr initialisersDavid Lamparter2016-05-261-1/+1
* build: make libraries self-reliantDavid Lamparter2016-05-261-0/+1
* ospfd: trap on state change seems to send incorrect value for ospfNbrStateFernando Soto2016-05-261-17/+27
* ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_selfPaul Jakma2016-05-264-5/+12
* ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlockJoakim Tjernlund2016-05-262-0/+5
* ospfd: ospf_ls_upd_send() add missing unlock.Joakim Tjernlund2016-05-261-0/+2
* ospfd: ospf_ase.c, external_lsa locking fixes.Joakim Tjernlund2016-05-261-4/+6
* ospfd: Move route_unlock_node() in ospf_ase_incremental_update()Joakim Tjernlund2016-05-261-1/+1
* ospfd: add missing unlock for ospf_interface_address_delete()Joakim Tjernlund2016-05-261-0/+1
* ospfd: Self nbrs needs to be rebuilt when router ID changes.Joakim Tjernlund2016-05-261-2/+9
* ospfd: Make ospf_passive_interface_update calls friendly to static analysisPaul Jakma2016-05-261-7/+19
* snmp: fix warningsDavid Lamparter2016-05-261-6/+6
* ospfd: set O-bit in the option of all DD packetsLu Feng2016-05-261-16/+1
* ospfd: Fix initial Opaque LSA DB synchronisationOlivier Dugeon2016-05-261-7/+13
* ospfd: Don't leave stale RouterLSA's when changing areaIDJoakim Tjernlund2016-05-261-1/+4
* ospfd: invalid MD5 auth_key?Joakim Tjernlund2016-05-261-2/+2
* ospfd: Fix compiler warningsDonald Sharp2016-05-202-3/+3
* OSPF LSA may not be refreshed within 1800s, ANVL OSPF test 12.4 failsDaniel Walton2016-05-183-21/+20
* OSPF ANVL failures in 3.0Daniel Walton2016-05-142-3/+3
* OSPF refreshTimerMsecs in json output is offDaniel Walton2016-05-131-1/+1
* zebra - BFD client de-registration supportradhika2016-05-092-0/+4
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-272-5/+0
* zebra: Change interface handling so non-vrf aware protocols correctly handle ...Don Slice2016-04-221-4/+4
* Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describing loopb...kitty2016-04-181-1/+1
* quagga: Remove iflist global variableDonald Sharp2016-04-084-7/+8
* bgpd, lib, ospfd, ospf6d: Fix bfd interface lookupDonald Sharp2016-03-241-1/+1
* Revert "Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describi...Donald Sharp2016-03-231-1/+1
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-182-1/+4
* Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describing loopb...kitty2016-03-181-1/+1
* ospfd: Fix Dereference of Null Pointer during configDonald Sharp2016-03-171-0/+22
* Support for multi-client and client reg msgradhika2016-03-091-1/+7
* Make duplicate ospf commands hiddenDaniel Walton2016-03-021-67/+74
* ospfd: Fix MI redistributionDonald Sharp2016-03-011-1/+1
* ospfd: Fix some missing 'no XXX' commandsDonald Sharp2016-02-241-0/+27