summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Enable vtysh and pimd as part of default buildDonald Sharp2015-09-241-6/+5
* bgpd: Fix 'struct peer' memory leaksDonald Sharp2015-09-241-2/+0
* bgpd: Add some peer_lock/unlock debug codeDonald Sharp2015-09-242-18/+23
* bgpd: Warn user that bgp is setting maximum-paths larger than MULTIPATH_NUMDonald Sharp2015-09-242-1/+11
* bgpd: Fix small memory leak in str2prefix_rdDonald Sharp2015-09-241-0/+1
* bgpd: Remove unnecessary stream_dup callsDonald Sharp2015-09-241-26/+6
* bgpd: Fix memory leak in bgpd/bgp_route.cDenil Vira2015-09-241-0/+7
* bgpd: Variable reuse in bgpd/bgpd.cDenil Vira2015-09-241-3/+3
* bgpd: Fix useless call in bgpd/bgp_mplsvpn.cDenil Vira2015-09-241-3/+0
* bgpd: Addition of "show ip bgp dampening" command treeBalaji2015-09-241-0/+136
* bgpd: Make bgp_info_cmp robust to paths that do not have su_remote infoTimo Teräs2015-09-241-1/+6
* bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper.Paul Jakma2015-09-241-1/+2
* lib/workqueue: Add trivial work_queue_is_scheduled helperPaul Jakma2015-09-242-0/+8
* build/lib: Check for and include stdbool.h by defaultPaul Jakma2015-09-242-0/+4
* bgpd: Fix race in clearing completionDonald Sharp2015-09-242-23/+27
* bgpd: Only use routes from Established peers for best path selectionDinesh G Dutt2015-09-241-0/+14
* bgpd: Ignore stale entry candidates during bestpath selection.vivek2015-09-241-1/+13
* ospfd: trap on state change seems to send incorrect value for ospfNbrStateFernando Soto2015-09-241-17/+27
* ospfd: Fix for 'no' + 'debug command' does not disable 'debug command'Vystoropskyi, Sergii2015-09-241-1/+1
* ospfd: Fast OSPF convergenceMichael Rossberg2015-09-2410-25/+134
* ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_selfPaul Jakma2015-09-244-5/+12
* bgpd/pimd: fix zAPI parsingNicolas Dichtel2015-09-244-68/+73
* Revert "ospfd: Use route_node_lookup() instaed of route_node_get()"Paul Jakma2015-09-242-6/+2
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2015-09-0312-48/+13
* isisd: Attached-bit in LSP headerAmritha Nambiar2015-09-033-11/+60
* isisd: Add new adjacency to LSP neighbor listAmritha Nambiar2015-09-031-1/+7
* pimd: Create ability to modify hell and hold timers per interfaceDonald Sharp2015-09-033-1/+79
* pimd: Change ioctl call failure from vty_out to zlog_warnDonald Sharp2015-08-211-10/+7
* pimd: Ensure new generation_id is different from previousDonald Sharp2015-08-211-1/+13
* pimd: Stop DR election on every helloDonald Sharp2015-08-211-3/+0
* pimd: Fix first DR ElectionDonald Sharp2015-08-211-20/+20
* pimd: Add ability to set DR Priority for an interfaceDonald Sharp2015-08-214-7/+82
* pimd: add support for configuring multicast static routesJafar Al-Gharaibeh2015-08-218-7/+731
* vtysh: adjust bad_cli_stomps in extract.pl.in to reflect fixes & fix buildPaul Jakma2015-08-041-1/+1
* ospfd: Use route_node_lookup() instaed of route_node_get()Joakim Tjernlund2015-08-042-2/+6
* Removal of 'show ip mroute'Donald Sharp2015-08-041-92/+0
* Fix _netlink_route_debug messageKaloyan Kovachev2015-07-291-0/+1
* watchquagga.c does not compile without warningsDonald Sharp2015-07-291-3/+5
* pim: 'show debugging' collisionDonald Sharp2015-07-291-6/+7
* Fixup of redhat control files to properly start pimdDonald Sharp2015-07-291-0/+1
* ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlockJoakim Tjernlund2015-07-292-0/+5
* ospfd: ospf_ls_upd_send() add missing unlock.Joakim Tjernlund2015-07-291-0/+2
* ospfd: ospf_ase.c, external_lsa locking fixes.Joakim Tjernlund2015-07-291-4/+6
* ospfd: Move route_unlock_node() in ospf_ase_incremental_update()Joakim Tjernlund2015-07-291-1/+1
* ospfd: add missing unlock for ospf_interface_address_delete()Joakim Tjernlund2015-07-291-0/+1
* ospfd: Self nbrs needs to be rebuilt when router ID changes.Joakim Tjernlund2015-07-291-2/+9
* pimd assert when no route to source from a new igmp joinDonald Sharp2015-06-211-1/+6
* Add code to extract.pl.in to prevent further cli function overwritesDonald Sharp2015-06-211-0/+29
* pim_mroute.h has a different version of code than linux/mroute.h providesDonald Sharp2015-06-212-0/+9
* Quagga: Fix code to use srandom/randomDonald Sharp2015-06-218-21/+10