summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eigrpd: Cleanup eigrp_if_name_stringDonald Sharp2019-11-221-8/+5
* Merge pull request #5405 from sworleys/NHG-Respect-MPATH-NumMark Stapp2019-11-221-4/+7
|\
| * zebra: Set resolved inactive when > multipath_numStephen Worley2019-11-211-1/+6
| * zebra: Use curr_active to check multipath_numStephen Worley2019-11-211-3/+1
* | Merge pull request #5404 from donaldsharp/bsd_null_routesRafael Zalamena2019-11-221-4/+5
|\ \ | |/ |/|
| * zebra: BSD null routes were not being installedDonald Sharp2019-11-211-4/+5
|/
* Merge pull request #5398 from taspelund/missed_newlineDonatas Abraitis2019-11-211-1/+1
|\
| * staticd: remove unneeded newline from zlog callTrey Aspelund2019-11-201-1/+1
|/
* Merge pull request #5250 from bisdhdh/bgp_nexthop_hashDonatas Abraitis2019-11-204-32/+138
|\
| * bgpd: Implementing a hash table for connected address - ipv4/ipv6bisdhdh2019-11-194-32/+138
* | Merge pull request #5381 from donaldsharp/zebra_100_is_no_goodMark Stapp2019-11-202-11/+8
|\ \
| * | zebra: Router Advertisement socket mess upDonald Sharp2019-11-192-11/+8
* | | Merge pull request #5383 from donaldsharp/pim_buffer_funDonatas Abraitis2019-11-204-6/+46
|\ \ \
| * | | pimd: fix bsm buflen check to include pim hdrQuentin Young2019-11-201-1/+1
| * | | pimd: Various buffer overflow reads and crashesDonald Sharp2019-11-204-6/+46
* | | | Merge pull request #5385 from donaldsharp/nhrp_doc_updateDonatas Abraitis2019-11-201-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | doc: Fix nhrp doc issueDonald Sharp2019-11-201-2/+2
|/ / /
* | | Merge pull request #5372 from opensourcerouting/snap-vrrpdDonald Sharp2019-11-194-1/+29
|\ \ \
| * | | snapcraft: Add vrrpd to the snapcraft packageMartin Winter2019-11-194-1/+29
* | | | Merge pull request #5224 from manuhalo/fix_frr_reload_pathsQuentin Young2019-11-193-31/+79
|\ \ \ \
| * | | | tools, vtysh: improved fix for ldpd ifacesEmanuele Di Pascale2019-11-122-1/+15
| * | | | tools, vtysh: fix ldpd + frr-reload.pyEmanuele Di Pascale2019-10-292-8/+13
| * | | | tools: frr-reload.py for single daemonEmanuele Di Pascale2019-10-291-6/+16
| * | | | lib: include ldpd to the list of daemonsEmanuele Di Pascale2019-10-291-2/+2
| * | | | tools: non hardcoded paths in frr-reloadEmanuele Di Pascale2019-10-291-19/+38
* | | | | Merge pull request #5377 from dslicenc/tools-bfd-timer-fixSri Mohana Singamsetty2019-11-191-1/+2
|\ \ \ \ \
| * | | | | tools: resolve issue with bfd timer change fix in frr-reload.pyDon Slice2019-11-191-1/+2
* | | | | | Merge pull request #5375 from donaldsharp/pim_packet_issuesSri Mohana Singamsetty2019-11-191-0/+6
|\ \ \ \ \ \
| * | | | | | pimd: Fix possible read beyond end of data receivedDonald Sharp2019-11-191-0/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5292 from donaldsharp/ospf_vrf_dataRafael Zalamena2019-11-1912-245/+187
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ospfd: Rework ospf_read_packet into 2 functionsDonald Sharp2019-11-191-213/+228
| * | | | | ospfd: Allow packet reads based upon read/write packet countsDonald Sharp2019-11-191-191/+213
| * | | | | ospfd: The ip header dump is crazy long and uselessDonald Sharp2019-11-193-30/+0
| * | | | | ospfd: Add/fix some debugs to handle vrfDonald Sharp2019-11-195-36/+69
| * | | | | ospfd: Add a function to return the name of the vrf we are in.Donald Sharp2019-11-192-0/+9
| * | | | | ospfd: Remove ORIGINAL_CODING checkDonald Sharp2019-11-196-116/+9
| |/ / / /
* | | | | Merge pull request #5241 from sworleys/SA-NHGRuss White2019-11-191-28/+38
|\ \ \ \ \
| * | | | | zebra: Put freeing code in nhg_ctx_free()Stephen Worley2019-11-121-28/+34
| * | | | | zebra: handle depends_find() NULL nexthopStephen Worley2019-11-121-0/+4
* | | | | | Merge pull request #5274 from opensourcerouting/bfdd-vrf-socketRuss White2019-11-193-24/+28
|\ \ \ \ \ \
| * | | | | | bfdd: bind VRF sockets to devicesRafael Zalamena2019-11-043-24/+28
* | | | | | | Merge pull request #5285 from ton31337/fix/send_BGP_NOTIFY_CEASE_PEER_UNCONFI...Russ White2019-11-193-5/+39
|\ \ \ \ \ \ \
| * | | | | | | bgpd: Notify "Peer De-configured" after entering 'no neighbor <neighbor> cmd'Donatas Abraitis2019-11-063-5/+39
* | | | | | | | Merge pull request #5257 from ton31337/fix/update_rib_on_bgp_distance_changesSri Mohana Singamsetty2019-11-197-6/+211
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: Test if `distance bgp (1-255) (1-255) (1-255)` worksDonatas Abraitis2019-11-147-18/+196
| * | | | | | | | bgpd: Reflect the distance in RIB when it is changed for an arbitrary afi/safiDonatas Abraitis2019-10-311-0/+27
* | | | | | | | | Merge pull request #5371 from pguibert6WIND/filter_no_formRuss White2019-11-191-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib: no filter operations fix on appropriate access-list namePhilippe Guibert2019-11-191-3/+3
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5361 from donaldsharp/fpm_crashRuss White2019-11-191-3/+18
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | zebra: FPM should have a way of shutting downDonald Sharp2019-11-181-3/+18