| Commit message (Expand) | Author | Files | Lines |
2019-05-26 | doc: Update docs to represent changes on the ground | Donald Sharp | 1 | -7/+7 |
2019-05-25 | doc: fix space character nit | David Lamparter | 1 | -1/+1 |
2019-05-24 | bgpd, lib: Remove SO_MARK | Donald Sharp | 5 | -29/+0 |
2019-05-24 | bgpd: Display FD used for peer | Donald Sharp | 1 | -2/+2 |
2019-05-24 | doc: Add 'show thread cpu' and 'show thread poll' documentation | Donald Sharp | 1 | -0/+16 |
2019-05-24 | doc, tools: Update to code to show example MAX_FDS | Donald Sharp | 2 | -15/+28 |
2019-05-24 | lib: Display to end user the MAX_FDS allowed | Donald Sharp | 1 | -1/+2 |
2019-05-24 | lib: 'show thread cpu' help strings referenced a weird option | Donald Sharp | 1 | -1/+1 |
2019-05-24 | doc, zebra: Remove `keep_kernel_mode` from zebra | Donald Sharp | 2 | -23/+3 |
2019-05-24 | zebra: Add kernel level graceful restart | Donald Sharp | 5 | -17/+60 |
2019-05-23 | lib: replace begins_with, add frrstr_endswith | Quentin Young | 3 | -4/+33 |
2019-05-23 | lib,zebra,bgpd,pbrd: Compare nexthops without labels | Stephen Worley | 3 | -21/+56 |
2019-05-23 | lib: Explicitly cmp gateway and source based on AF | Stephen Worley | 1 | -12/+39 |
2019-05-23 | lib,zebra,bgpd: Remove nexthop_same_no_recurse() | Stephen Worley | 4 | -41/+2 |
2019-05-23 | lib: Update nexthop_same to use nexthop_cmp | Stephen Worley | 1 | -38/+3 |
2019-05-23 | lib: Add labels_cmp to nexthop_cmp | Stephen Worley | 1 | -3/+8 |
2019-05-23 | lib: nexthop-cmp return if gateways don't match | Stephen Worley | 1 | -2/+2 |
2019-05-23 | lib: Make labels_match function use labels_cmp | Stephen Worley | 2 | -21/+6 |
2019-05-23 | lib: Add nexthop labels cmp functions | Stephen Worley | 1 | -0/+28 |
2019-05-23 | lib: Add nexthop_cmp | Donald Sharp | 2 | -0/+58 |
2019-05-22 | bgpd, ripd, ripngd: remove deprecated -r option | Emanuele Di Pascale | 3 | -24/+5 |
2019-05-21 | clang-format: update the ForEachMacros setting | Renato Westphal | 1 | -0/+3 |
2019-05-21 | tests: update list of headers in the cxx compat test | Renato Westphal | 1 | -0/+2 |
2019-05-21 | *: rename new ForEach macros from the typesafe API | Renato Westphal | 10 | -22/+22 |
2019-05-21 | lib: add missing extern "C" {} blocks to new headers | Renato Westphal | 2 | -0/+16 |
2019-05-21 | bgpd: upon peer unconfiguration, remove bfd context if any | Philippe Guibert | 1 | -0/+2 |
2019-05-21 | doc: add libsnmp-dev to debian 8 & 9 build deps | Quentin Young | 2 | -2/+3 |
2019-05-21 | bgpd: Show FQDN in `show [ip] bgp` output | Donatas Abraitis | 7 | -52/+261 |
2019-05-21 | Revert "lib: Make _find functions treat the head as const" | David Lamparter | 1 | -3/+3 |
2019-05-21 | lib/table: remove nonsensical const, add pure | David Lamparter | 3 | -31/+43 |
2019-05-21 | lib/table: remove odd casts | David Lamparter | 1 | -17/+19 |
2019-05-21 | tests: more datastructure tests | David Lamparter | 3 | -46/+106 |
2019-05-21 | lib: add missing atomlist_init/fini | David Lamparter | 1 | -0/+9 |
2019-05-21 | lib: add DECLARE_HEAP datastructure | David Lamparter | 3 | -20/+307 |
2019-05-21 | bgpd: use DLIST for adv_fifo | David Lamparter | 1 | -2/+2 |
2019-05-21 | tests: extend DECLARE_* tests | David Lamparter | 3 | -11/+255 |
2019-05-21 | tests: test DECLARE_HASH with good and bad hashfn | David Lamparter | 3 | -8/+26 |
2019-05-21 | lib: add DECLARE_DLIST (double-linked list) | David Lamparter | 2 | -2/+106 |
2019-05-21 | lib: add dedicated pop() to DECLARE_SKIPLIST | David Lamparter | 2 | -5/+35 |
2019-05-21 | bgpd: remove deprecated "bgp enforce-first-as" command | Renato Westphal | 3 | -41/+0 |
2019-05-20 | bgpd: fix compiler warning in reason2str | David Lamparter | 1 | -0/+1 |
2019-05-20 | pimd: fix (s,g) expiry. | Sarita Patra | 1 | -1/+3 |
2019-05-18 | bgpd : no neighbor <> send-community large is not working dynamically | vishaldhingra | 1 | -0/+1 |
2019-05-18 | doc: clarify mpls label export docs | btarno | 1 | -5/+5 |
2019-05-17 | vrrpd: fix coverity warnings | Quentin Young | 3 | -5/+15 |
2019-05-17 | Zebra: Enhancements for rtm_table field in FPM netlink message | Ameya Dharkar | 1 | -2/+19 |
2019-05-17 | Zebra: Handle VxLAN encap in netlink rtmsg for FPM | Ameya Dharkar | 3 | -6/+115 |
2019-05-17 | vrrpd: const vrrp_hash_key | Quentin Young | 1 | -2/+2 |
2019-05-17 | tools: add vrrpd to frrcommon.sh | Quentin Young | 1 | -1/+1 |
2019-05-17 | vrrpd: fix some clang-analyze warnings | Quentin Young | 1 | -1/+3 |