summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* PIMD: Fix code to use srandom/randomDonald Sharp2015-06-216-101/+9
* lib, stream: fix stream sanity checksWenjian Ma2015-06-211-1/+1
* bgpd: peer_uptime overflows after 1 yearPaul Jakma2015-06-211-3/+8
* lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2015-06-035-17/+241
* *: add VRF ID in the API message headerFeng Lu2015-06-0327-385/+705
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-06-0317-120/+229
* zebra: fix VRF code for *BSDDavid Lamparter2015-06-021-1/+1
* zebra: maintain RTADV per VRFFeng Lu2015-06-025-68/+121
* zebra: add hooks upon enabling / disabling a VRFFeng Lu2015-06-024-1/+79
* lib/vrf: enable / disable a VRFFeng Lu2015-06-022-1/+110
* zebra: maintain the router-id per VRFFeng Lu2015-06-026-50/+114
* zebra: configure static routes in any VRFFeng Lu2015-06-023-122/+935
* zebra: lookup the address in all VRFs when set the route-map rule "set src"Feng Lu2015-06-021-7/+13
* zebra: let the route-map rule "match interface" work for VRFsFeng Lu2015-06-023-3/+16
* zebra: show routes in a specified VRF or all VRFsFeng Lu2015-06-021-36/+1094