summaryrefslogtreecommitdiffstats
path: root/alpine (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-26doc: Update docs to represent changes on the groundDonald Sharp1-7/+7
2019-05-25doc: fix space character nitDavid Lamparter1-1/+1
2019-05-24bgpd, lib: Remove SO_MARKDonald Sharp5-29/+0
2019-05-24bgpd: Display FD used for peerDonald Sharp1-2/+2
2019-05-24doc: Add 'show thread cpu' and 'show thread poll' documentationDonald Sharp1-0/+16
2019-05-24doc, tools: Update to code to show example MAX_FDSDonald Sharp2-15/+28
2019-05-24lib: Display to end user the MAX_FDS allowedDonald Sharp1-1/+2
2019-05-24lib: 'show thread cpu' help strings referenced a weird optionDonald Sharp1-1/+1
2019-05-24doc, zebra: Remove `keep_kernel_mode` from zebraDonald Sharp2-23/+3
2019-05-24zebra: Add kernel level graceful restartDonald Sharp5-17/+60
2019-05-23lib: replace begins_with, add frrstr_endswithQuentin Young3-4/+33
2019-05-23lib,zebra,bgpd,pbrd: Compare nexthops without labelsStephen Worley3-21/+56
2019-05-23lib: Explicitly cmp gateway and source based on AFStephen Worley1-12/+39
2019-05-23lib,zebra,bgpd: Remove nexthop_same_no_recurse()Stephen Worley4-41/+2
2019-05-23lib: Update nexthop_same to use nexthop_cmpStephen Worley1-38/+3
2019-05-23lib: Add labels_cmp to nexthop_cmpStephen Worley1-3/+8
2019-05-23lib: nexthop-cmp return if gateways don't matchStephen Worley1-2/+2
2019-05-23lib: Make labels_match function use labels_cmpStephen Worley2-21/+6
2019-05-23lib: Add nexthop labels cmp functionsStephen Worley1-0/+28
2019-05-23lib: Add nexthop_cmpDonald Sharp2-0/+58
2019-05-22bgpd, ripd, ripngd: remove deprecated -r optionEmanuele Di Pascale3-24/+5
2019-05-21clang-format: update the ForEachMacros settingRenato Westphal1-0/+3
2019-05-21tests: update list of headers in the cxx compat testRenato Westphal1-0/+2
2019-05-21*: rename new ForEach macros from the typesafe APIRenato Westphal10-22/+22
2019-05-21lib: add missing extern "C" {} blocks to new headersRenato Westphal2-0/+16
2019-05-21bgpd: upon peer unconfiguration, remove bfd context if anyPhilippe Guibert1-0/+2
2019-05-21doc: add libsnmp-dev to debian 8 & 9 build depsQuentin Young2-2/+3
2019-05-21bgpd: Show FQDN in `show [ip] bgp` outputDonatas Abraitis7-52/+261
2019-05-21Revert "lib: Make _find functions treat the head as const"David Lamparter1-3/+3
2019-05-21lib/table: remove nonsensical const, add pureDavid Lamparter3-31/+43
2019-05-21lib/table: remove odd castsDavid Lamparter1-17/+19
2019-05-21tests: more datastructure testsDavid Lamparter3-46/+106
2019-05-21lib: add missing atomlist_init/finiDavid Lamparter1-0/+9
2019-05-21lib: add DECLARE_HEAP datastructureDavid Lamparter3-20/+307
2019-05-21bgpd: use DLIST for adv_fifoDavid Lamparter1-2/+2
2019-05-21tests: extend DECLARE_* testsDavid Lamparter3-11/+255
2019-05-21tests: test DECLARE_HASH with good and bad hashfnDavid Lamparter3-8/+26
2019-05-21lib: add DECLARE_DLIST (double-linked list)David Lamparter2-2/+106
2019-05-21lib: add dedicated pop() to DECLARE_SKIPLISTDavid Lamparter2-5/+35
2019-05-21bgpd: remove deprecated "bgp enforce-first-as" commandRenato Westphal3-41/+0
2019-05-20bgpd: fix compiler warning in reason2strDavid Lamparter1-0/+1
2019-05-20pimd: fix (s,g) expiry.Sarita Patra1-1/+3
2019-05-18bgpd : no neighbor <> send-community large is not working dynamicallyvishaldhingra1-0/+1
2019-05-18doc: clarify mpls label export docsbtarno1-5/+5
2019-05-17vrrpd: fix coverity warningsQuentin Young3-5/+15
2019-05-17Zebra: Enhancements for rtm_table field in FPM netlink messageAmeya Dharkar1-2/+19
2019-05-17Zebra: Handle VxLAN encap in netlink rtmsg for FPMAmeya Dharkar3-6/+115
2019-05-17vrrpd: const vrrp_hash_keyQuentin Young1-2/+2
2019-05-17tools: add vrrpd to frrcommon.shQuentin Young1-1/+1
2019-05-17vrrpd: fix some clang-analyze warningsQuentin Young1-1/+3