summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
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-21doc: add libsnmp-dev to debian 8 & 9 build depsQuentin Young2-2/+3
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
2019-05-17bgpd: Routemap processing was testing for an impossible flagDonald Sharp1-46/+6
2019-05-17zebra: gracefully fail to protodown on bsdQuentin Young1-0/+4
2019-05-17vrrpd, zebra: fix checkpatch warningsQuentin Young4-7/+9
2019-05-17doc: remove trailing whitespace in vrrp manpageQuentin Young1-1/+1
2019-05-17zebra: update zebra_rib for vrrpQuentin Young2-0/+2
2019-05-17vrrpd: add 'show vrrp summary' commandQuentin Young1-0/+69
2019-05-17vrrpd: fix memleak during config writeQuentin Young1-0/+2
2019-05-17vrrpd: fix magnitude error when removing adver_intQuentin Young1-1/+1
2019-05-17vrrpd: convert defaults command to millisecondsQuentin Young2-4/+11
2019-05-17tools: fix vrrp autoconfigure reloadQuentin Young1-1/+2
2019-05-17vrrpd: fix global buffer overflow from style fixQuentin Young1-1/+1
2019-05-17vrrpd: gracefully shutdown on SIGTERM / SIGINTQuentin Young3-1/+29
2019-05-17lib, vrrpd: define & use ZEBRA_ROUTE_VRRPQuentin Young2-1/+2
2019-05-17vrrpd: use frr_elevate_privsQuentin Young2-6/+3
2019-05-17doc: add VRRP documentationQuentin Young4-0/+514
2019-05-17vrrpd, lib: style fixesQuentin Young12-31/+79
2019-05-17doc: add vrrpd(8)Quentin Young6-1/+45
2019-05-17doc: change vrrp to listen on port 2619Quentin Young1-1/+1
2019-05-17vrrpd: include vrrp_packet.h in subdir.amQuentin Young1-0/+1
2019-05-17vrrpd: display configured adv int in json outputQuentin Young1-0/+2
2019-05-17vrrpd: change all user facing times to msQuentin Young3-24/+35
2019-05-17vrrpd: tweak startup criteria for v6 VRRP routerQuentin Young1-2/+3