| Commit message (Expand) | Author | Age | Files | Lines |
* | lib, bgpd: Convert frr_pthread_set_name to only cause it to set os name of th... | Donald Sharp | 2019-01-09 | 2 | -36/+8 |
* | lib: Cleanup thread name setting to happen at start | Donald Sharp | 2019-01-09 | 1 | -2/+9 |
* | lib: On frr_pthread_new save a os_name | Donald Sharp | 2019-01-09 | 1 | -0/+2 |
* | lib: Add mlag_role2str function | Donald Sharp | 2019-01-04 | 3 | -0/+43 |
* | lib, zebra: On startup send mlag role as part of the capabilities | Donald Sharp | 2019-01-04 | 2 | -0/+4 |
* | lib: Add a basic mlag.h file | Donald Sharp | 2019-01-04 | 2 | -0/+32 |
* | lib: fix segfault on freebsd when using vsnprintf() incorrectly | Renato Westphal | 2019-01-03 | 2 | -6/+9 |
* | zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message | Renato Westphal | 2019-01-02 | 1 | -6/+6 |
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 2 | -70/+121 |
* | lib: enforce vrf_name_to_id by returning default_vrf when name is null | Philippe Guibert | 2018-12-28 | 1 | -0/+2 |
* | bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la... | Anton Degtyarev | 2018-12-20 | 2 | -3/+4 |
* | lib: add frr-isisd to the native models | Emanuele Di Pascale | 2018-12-18 | 1 | -1/+2 |
* | lib: fix issue with yang_str2enum | Emanuele Di Pascale | 2018-12-18 | 1 | -1/+7 |
* | lib: copy xpaths when enqueing changes | Emanuele Di Pascale | 2018-12-18 | 2 | -2/+2 |
* | lib: add NB phase-specific error codes | Emanuele Di Pascale | 2018-12-18 | 3 | -11/+57 |
* | lib: flip to ISC on hook & module code | David Lamparter | 2018-12-14 | 4 | -65/+41 |
* | Merge pull request #3464 from mjstapp/wq_event | Donald Sharp | 2018-12-14 | 2 | -7/+27 |
|\ |
|
| * | libs: support timeout for workqueue retries | Mark Stapp | 2018-12-13 | 2 | -7/+27 |
* | | Merge pull request #3399 from opensourcerouting/ripngd-nb-retrofitting | Donald Sharp | 2018-12-14 | 1 | -0/+1 |
|\ \ |
|
| * | | yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacks | Renato Westphal | 2018-12-03 | 1 | -0/+1 |
* | | | Merge pull request #3472 from donaldsharp/flags | Mark Stapp | 2018-12-13 | 1 | -10/+39 |
|\ \ \ |
|
| * | | | lib: Reorder Zebra message flags and document | Donald Sharp | 2018-12-12 | 1 | -6/+39 |
| * | | | lib: Remove unused ZEBRA_FLAG_SCOPE_LINK | Donald Sharp | 2018-12-12 | 1 | -1/+0 |
| * | | | lib, zebra: Remove ZEBRA_FLAG_STATIC | Donald Sharp | 2018-12-12 | 1 | -3/+0 |
| | |/
| |/| |
|
* / | | lib: Fix string size issue with clang | Donald Sharp | 2018-12-12 | 1 | -1/+1 |
|/ / |
|
* | | lib, tests: add support for keyless YANG lists | Renato Westphal | 2018-12-09 | 3 | -31/+121 |
* | | Merge pull request #3449 from opensourcerouting/network-wide-transactions | Donald Sharp | 2018-12-09 | 2 | -48/+169 |
|\ \ |
|
| * | | lib: fix NETCONF network-wide transactions for confd and sysrepo | Renato Westphal | 2018-12-07 | 2 | -48/+169 |
* | | | Merge pull request #3442 from opensourcerouting/confirmed-commits | Donald Sharp | 2018-12-09 | 7 | -12/+109 |
|\ \ \ |
|
| * | | | lib: add support for confirmed commits | Renato Westphal | 2018-12-07 | 7 | -12/+109 |
| |/ / |
|
* / / | lib: implement the "show" command | Renato Westphal | 2018-12-07 | 1 | -0/+26 |
|/ / |
|
* | | lib: add thread_timer_remain_msec function | Christian Franke | 2018-12-04 | 2 | -3/+10 |
* | | Merge pull request #3370 from pguibert6WIND/default_vrf_initialization | Renato Westphal | 2018-12-04 | 3 | -4/+12 |
|\ \ |
|
| * | | lib, zebra: default vrf configured will not be overwritten by discovery | Philippe Guibert | 2018-11-21 | 3 | -4/+12 |
* | | | Merge pull request #3404 from donaldsharp/nexthop_cleanup | Renato Westphal | 2018-12-03 | 1 | -4/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib: Cleanup nexthop2str code to be consistent | Donald Sharp | 2018-11-30 | 1 | -4/+0 |
* | | | Revert "isisd lib ospfd pbrd python: fix empty init" | David Lamparter | 2018-12-01 | 1 | -4/+4 |
* | | | Merge pull request #3378 from opensourcerouting/remove-config-lock | Donald Sharp | 2018-12-01 | 4 | -77/+37 |
|\ \ \
| |/ /
|/| | |
|
| * | | *: remove the configuration lock from all daemons | Renato Westphal | 2018-11-26 | 4 | -77/+37 |
* | | | Merge pull request #3342 from opensourcerouting/nb-operational-data | Russ White | 2018-11-29 | 12 | -413/+1029 |
|\ \ \ |
|
| * | | | lib, tests: major rework in the operational-data callbacks | Renato Westphal | 2018-11-26 | 7 | -233/+700 |
| * | | | lib: do not subscribe to config changes on a state data tree (confd plugin) | Renato Westphal | 2018-11-26 | 1 | -0/+3 |
| * | | | lib: add support for YANG lists with mixed config and state data | Renato Westphal | 2018-11-26 | 4 | -6/+58 |
| * | | | lib: rework the yang schema node iteration functions | Renato Westphal | 2018-11-26 | 6 | -110/+173 |
| * | | | lib: introduce function that loads all FRR native YANG modules | Renato Westphal | 2018-11-26 | 2 | -0/+16 |
| * | | | lib: remove entire data tree on yang_dnode_free() | Renato Westphal | 2018-11-26 | 2 | -1/+4 |
| * | | | lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound code | Renato Westphal | 2018-11-26 | 5 | -24/+26 |
| * | | | lib: make it possible to create YANG data nodes containing state data | Renato Westphal | 2018-11-26 | 4 | -5/+15 |
| * | | | lib: don't fetch schema information when creating yang_data structures | Renato Westphal | 2018-11-26 | 4 | -37/+37 |
| * | | | lib: use prefixconstptr instead of const prefixptr | Renato Westphal | 2018-11-26 | 2 | -4/+4 |
| |/ / |
|