summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4391 from ton31337/feature/delete_prefix_list_by_sequence...Donald Sharp2019-05-281-6/+32
|\
| * plist: Delete prefix-list by sequence numberDonatas Abraitis2019-05-251-6/+32
* | Merge pull request #4239 from sarav511/rpJafar Al-Gharaibeh2019-05-282-0/+90
|\ \
| * | lib: implement utility function API which does the followingsaravanank2019-05-152-0/+90
* | | Merge pull request #4322 from sworleys/Nexthop-CmpRenato Westphal2019-05-282-77/+138
|\ \ \
| * | | lib,zebra,bgpd,pbrd: Compare nexthops without labelsStephen Worley2019-05-232-20/+51
| * | | lib: Explicitly cmp gateway and source based on AFStephen Worley2019-05-231-12/+39
| * | | lib,zebra,bgpd: Remove nexthop_same_no_recurse()Stephen Worley2019-05-232-38/+0
| * | | lib: Update nexthop_same to use nexthop_cmpStephen Worley2019-05-231-38/+3
| * | | lib: Add labels_cmp to nexthop_cmpStephen Worley2019-05-231-3/+8
| * | | lib: nexthop-cmp return if gateways don't matchStephen Worley2019-05-231-2/+2
| * | | lib: Make labels_match function use labels_cmpStephen Worley2019-05-232-21/+6
| * | | lib: Add nexthop labels cmp functionsStephen Worley2019-05-231-0/+28
| * | | lib: Add nexthop_cmpDonald Sharp2019-05-232-0/+58
* | | | Merge pull request #4390 from qlyoung/frrstr-beginswith-endswithRenato Westphal2019-05-282-3/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: replace begins_with, add frrstr_endswithQuentin Young2019-05-232-3/+32
| |/ /
* | | bgpd, lib: Remove SO_MARKDonald Sharp2019-05-242-16/+0
* | | lib: Display to end user the MAX_FDS allowedDonald Sharp2019-05-241-1/+2
* | | lib: 'show thread cpu' help strings referenced a weird optionDonald Sharp2019-05-241-1/+1
|/ /
* | *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-212-5/+5
* | lib: add missing extern "C" {} blocks to new headersRenato Westphal2019-05-212-0/+16
* | Revert "lib: Make _find functions treat the head as const"David Lamparter2019-05-211-3/+3
* | lib/table: remove nonsensical const, add pureDavid Lamparter2019-05-213-31/+43
* | lib/table: remove odd castsDavid Lamparter2019-05-211-17/+19
* | lib: add missing atomlist_init/finiDavid Lamparter2019-05-211-0/+9
* | lib: add DECLARE_HEAP datastructureDavid Lamparter2019-05-212-0/+260
* | lib: add DECLARE_DLIST (double-linked list)David Lamparter2019-05-211-0/+101
* | lib: add dedicated pop() to DECLARE_SKIPLISTDavid Lamparter2019-05-212-5/+35
* | zebra: update zebra_rib for vrrpQuentin Young2019-05-171-0/+1
* | lib, vrrpd: define & use ZEBRA_ROUTE_VRRPQuentin Young2019-05-171-0/+1
* | vrrpd, lib: style fixesQuentin Young2019-05-173-3/+4
* | lib: add more convenient boolean adder for jsonQuentin Young2019-05-172-0/+6
* | vrrpd: add support for configuration writingQuentin Young2019-05-172-0/+2
* | vrrpd: autoconfig supportQuentin Young2019-05-172-0/+7
* | vrrpd: protodown macvlan in backup stateQuentin Young2019-05-172-0/+23
* | lib: add sizing macro to ipaddr.hQuentin Young2019-05-171-0/+3
* | lib: add function to get iface link-localQuentin Young2019-05-172-0/+14
* | lib: add internet checksum with pseudoheadersQuentin Young2019-05-172-1/+44
* | vrrpd: add initial macvlan supportQuentin Young2019-05-172-0/+30
* | vrrpd: ipv6 supportQuentin Young2019-05-172-1/+2
* | lib: add list_to_arrayQuentin Young2019-05-172-0/+35
* | Merge pull request #4352 from donaldsharp/routemap_fix_replaceMark Stapp2019-05-161-6/+3
|\ \
| * | lib: Fix gcc 9.1 and --enable-werror issues foundDonald Sharp2019-05-161-6/+3
* | | Merge pull request #4144 from pguibert6WIND/bfd_cbitRuss White2019-05-162-4/+17
|\ \ \
| * | | bgpd: add vty command to enable bfd control-plane-check-failurePhilippe Guibert2019-05-141-0/+1
| * | | bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-142-4/+16
| |/ /
* | | Merge pull request #4340 from qlyoung/hash-key-constRuss White2019-05-1613-24/+24
|\ \ \
| * | | lib: hashing functions should take const argumentsQuentin Young2019-05-1413-24/+24
| |/ /
* / / lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enumStephen Worley2019-05-141-1/+7
|/ /
* | Merge pull request #4304 from donaldsharp/route_map_switchDavid Lamparter2019-05-142-26/+39
|\ \