summaryrefslogtreecommitdiffstats
path: root/bgpd (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-24zebra: Add a function handler for zserv commandsDonald Sharp1-115/+123
2017-10-24zebra: Make all zserv handler functions use zvrf instead of vrf_idDonald Sharp1-19/+12
2017-10-24zebra: No need to pass sock descriptor around.Donald Sharp9-47/+47
2017-10-24zebra: Always read full zapi message in ptm codeDonald Sharp1-3/+3
2017-10-21redhat: Fix doc by removing outdated package information and point to main do...Martin Winter1-8/+3
2017-10-21redhat: Fix rpm scripts to correctly restart daemons on upgradeMartin Winter1-8/+5
2017-10-21redhat: Add fix to correct watchfrr config during upgradeMartin Winter1-1/+8
2017-10-21redhat: systemd file should not be executableMartin Winter1-1/+1
2017-10-21redhat: Always reference main frr start/stop script in /usr/lib/frrMartin Winter2-3/+6
2017-10-20ospf6d: Divide LSupdate to keep size smallChirag Shah2-9/+119
2017-10-20bgpd: bump listen() backlogRafael Zalamena1-1/+1
2017-10-20Send all routes to FPM, including VRF and multicastThorvald Natvig1-40/+1
2017-10-19bgpd: Fix 'not initialized' possibly on older compilersDonald Sharp1-2/+2
2017-10-19bgpd: Fix off by one error introduced by 8c9cc7bbf657e3440d9bc758fe45aef5f43c...Donald Sharp3-13/+13
2017-10-18bgpd: Display unsigned intsDonald Sharp1-1/+1
2017-10-18lib: Display unsigned instead of signedDonald Sharp1-1/+1
2017-10-17lib: Fix small memory leak when using command_py.cDonald Sharp1-0/+2
2017-10-17ospf6d: Handle lsupdate upto max ospf6 payloadChirag Shah2-32/+107
2017-10-16lib: No need to call apply_mask 2 timesDonald Sharp1-1/+0
2017-10-16lib: Allow hash_get to sidestep expensive hash key generation in some casesDonald Sharp1-0/+3
2017-10-16ospfd: fix ospf nssa commandChirag Shah3-50/+111
2017-10-11lib: Free workqueue memory leak on freeDonald Sharp1-16/+22
2017-10-11ospf6d: Make ospf6_prefix have an empty v6 addr at endDonald Sharp1-0/+1
2017-10-11bgpd: Add ability to display information about bestpath in jsonDonald Sharp1-0/+45
2017-10-10ospfd: Do not delete write_q 2 times eitherDonald Sharp1-2/+0
2017-10-10ospfd: We should not be deleting ospf->oiflist 2 timesDonald Sharp1-1/+0
2017-10-10ospfd: Fix ships in the night PR's and list_deleteDonald Sharp1-2/+2
2017-10-10ospfd: OSPFv2 VRF abstact apiChirag Shah1-44/+22
2017-10-10ospfd: OSPFv2 VRF, vrf in show command outputChirag Shah2-1/+55
2017-10-10ospfd: Free memory associated with ospf instance startupDonald Sharp1-0/+5
2017-10-10ripngd: Fix possible memory leak of route_nodeDonald Sharp1-0/+2
2017-10-10lib: Add some documentation about argv_findDonald Sharp1-0/+7
2017-10-10lib: Fix missing va_endDonald Sharp1-1/+4
2017-10-10ospfd: Fix leak of route_nodeDonald Sharp1-0/+1
2017-10-10ospfd: Fix leak of streamDonald Sharp1-1/+3
2017-10-10ospfd: Fix memory leakDonald Sharp1-2/+6
2017-10-10ospfd: Fix leak of FDDonald Sharp1-1/+4
2017-10-10pimd: Fix uninited idx for argv_findDonald Sharp1-1/+1
2017-10-10isisd: Fix leaked memory in error caseDonald Sharp1-1/+4
2017-10-10ldpd: send correct notification code upon receipt of malformed packetRenato Westphal1-1/+1
2017-10-10ldpd: fix heap-use-after-free at exitRenato Westphal2-2/+18
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal47-136/+133
2017-10-10ospf6d: Add missing vrf lookupDonald Sharp1-0/+2
2017-10-10lib: fix bug in if_cmp_name_func()Renato Westphal1-0/+2
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal20-38/+99
2017-10-10*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal10-17/+7
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal49-382/+308
2017-10-10lib: register 'if_var_handlers' only onceRenato Westphal1-22/+22
2017-10-10lib: nuke the if_*_by_name_len() functionsRenato Westphal13-133/+71
2017-10-10rfapi: whitespace change and add debug checkLou Berger2-3/+3