summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, bgpd: Convert frr_pthread_set_name to only cause it to set os name of th...Donald Sharp2019-01-092-36/+8
* lib: Cleanup thread name setting to happen at startDonald Sharp2019-01-091-2/+9
* lib: On frr_pthread_new save a os_nameDonald Sharp2019-01-091-0/+2
* lib: Add mlag_role2str functionDonald Sharp2019-01-043-0/+43
* lib, zebra: On startup send mlag role as part of the capabilitiesDonald Sharp2019-01-042-0/+4
* lib: Add a basic mlag.h fileDonald Sharp2019-01-042-0/+32
* lib: fix segfault on freebsd when using vsnprintf() incorrectlyRenato Westphal2019-01-032-6/+9
* zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi messageRenato Westphal2019-01-021-6/+6
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-282-70/+121
* lib: enforce vrf_name_to_id by returning default_vrf when name is nullPhilippe Guibert2018-12-281-0/+2
* bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-202-3/+4
* lib: add frr-isisd to the native modelsEmanuele Di Pascale2018-12-181-1/+2
* lib: fix issue with yang_str2enumEmanuele Di Pascale2018-12-181-1/+7
* lib: copy xpaths when enqueing changesEmanuele Di Pascale2018-12-182-2/+2
* lib: add NB phase-specific error codesEmanuele Di Pascale2018-12-183-11/+57
* lib: flip to ISC on hook & module codeDavid Lamparter2018-12-144-65/+41
* Merge pull request #3464 from mjstapp/wq_eventDonald Sharp2018-12-142-7/+27
|\
| * libs: support timeout for workqueue retriesMark Stapp2018-12-132-7/+27
* | Merge pull request #3399 from opensourcerouting/ripngd-nb-retrofittingDonald Sharp2018-12-141-0/+1
|\ \
| * | yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato Westphal2018-12-031-0/+1
* | | Merge pull request #3472 from donaldsharp/flagsMark Stapp2018-12-131-10/+39
|\ \ \
| * | | lib: Reorder Zebra message flags and documentDonald Sharp2018-12-121-6/+39
| * | | lib: Remove unused ZEBRA_FLAG_SCOPE_LINKDonald Sharp2018-12-121-1/+0
| * | | lib, zebra: Remove ZEBRA_FLAG_STATICDonald Sharp2018-12-121-3/+0
| | |/ | |/|
* / | lib: Fix string size issue with clangDonald Sharp2018-12-121-1/+1
|/ /
* | lib, tests: add support for keyless YANG listsRenato Westphal2018-12-093-31/+121
* | Merge pull request #3449 from opensourcerouting/network-wide-transactionsDonald Sharp2018-12-092-48/+169
|\ \
| * | lib: fix NETCONF network-wide transactions for confd and sysrepoRenato Westphal2018-12-072-48/+169
* | | Merge pull request #3442 from opensourcerouting/confirmed-commitsDonald Sharp2018-12-097-12/+109
|\ \ \
| * | | lib: add support for confirmed commitsRenato Westphal2018-12-077-12/+109
| |/ /
* / / lib: implement the "show" commandRenato Westphal2018-12-071-0/+26
|/ /
* | lib: add thread_timer_remain_msec functionChristian Franke2018-12-042-3/+10
* | Merge pull request #3370 from pguibert6WIND/default_vrf_initializationRenato Westphal2018-12-043-4/+12
|\ \
| * | lib, zebra: default vrf configured will not be overwritten by discoveryPhilippe Guibert2018-11-213-4/+12
* | | Merge pull request #3404 from donaldsharp/nexthop_cleanupRenato Westphal2018-12-031-4/+0
|\ \ \ | |_|/ |/| |
| * | lib: Cleanup nexthop2str code to be consistentDonald Sharp2018-11-301-4/+0
* | | Revert "isisd lib ospfd pbrd python: fix empty init"David Lamparter2018-12-011-4/+4
* | | Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-014-77/+37
|\ \ \ | |/ / |/| |
| * | *: remove the configuration lock from all daemonsRenato Westphal2018-11-264-77/+37
* | | Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-2912-413/+1029
|\ \ \
| * | | lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-267-233/+700
| * | | lib: do not subscribe to config changes on a state data tree (confd plugin)Renato Westphal2018-11-261-0/+3
| * | | lib: add support for YANG lists with mixed config and state dataRenato Westphal2018-11-264-6/+58
| * | | lib: rework the yang schema node iteration functionsRenato Westphal2018-11-266-110/+173
| * | | lib: introduce function that loads all FRR native YANG modulesRenato Westphal2018-11-262-0/+16
| * | | lib: remove entire data tree on yang_dnode_free()Renato Westphal2018-11-262-1/+4
| * | | lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal2018-11-265-24/+26
| * | | lib: make it possible to create YANG data nodes containing state dataRenato Westphal2018-11-264-5/+15
| * | | lib: don't fetch schema information when creating yang_data structuresRenato Westphal2018-11-264-37/+37
| * | | lib: use prefixconstptr instead of const prefixptrRenato Westphal2018-11-262-4/+4
| |/ /