| Commit message (Expand) | Author | Age | Files | Lines |
* | yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacks | Renato Westphal | 2018-12-03 | 1 | -0/+1 |
* | 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 |
| |/ |
|
* | | Merge pull request #3397 from mjstapp/fix_stream_macros | Donald Sharp | 2018-11-29 | 1 | -7/+0 |
|\ \ |
|
| * | | lib,bgpd: remove deprecated stream lib macros | Mark Stapp | 2018-11-29 | 1 | -7/+0 |
| |/ |
|
* | | Merge pull request #3389 from pguibert6WIND/ip_prefixes_do_not_look_integer | Renato Westphal | 2018-11-28 | 1 | -1/+1 |
|\ \ |
|
| * | | lib: do not convert ip prefixes without '.' | Philippe Guibert | 2018-11-28 | 1 | -1/+1 |
| |/ |
|
* | | lib, ripd: rework API for converted CLI commands | Renato Westphal | 2018-11-26 | 5 | -67/+133 |
* | | lib: make yang_dnode_get_entry() more flexible | Renato Westphal | 2018-11-26 | 3 | -6/+32 |
* | | lib: introduce function to retrieve the schema name of a data node | Renato Westphal | 2018-11-26 | 2 | -0/+39 |
* | | lib: improve error handling when connection to confd is lost | Renato Westphal | 2018-11-26 | 1 | -0/+2 |
* | | lib: set YANG search directory when creating libyang context | Renato Westphal | 2018-11-26 | 2 | -6/+6 |
|/ |
|
* | Merge pull request #3361 from opensourcerouting/yang-embed-models | Russ White | 2018-11-26 | 3 | -0/+63 |
|\ |
|
| * | yang: embed models into binaries | David Lamparter | 2018-11-19 | 3 | -0/+63 |
* | | Merge pull request #3374 from opensourcerouting/bugfix/vty-shadow | Russ White | 2018-11-26 | 1 | -2/+0 |
|\ \ |
|
| * | | lib/vty: Fix warning about shadowed variable | Christian Franke | 2018-11-23 | 1 | -2/+0 |
* | | | Merge pull request #3176 from chiragshah6/evpn_dev | Russ White | 2018-11-26 | 3 | -0/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | lib, zebra: dup addr detect display detection fields | Chirag Shah | 2018-11-18 | 1 | -0/+11 |
| * | | zebra: dup addr detect zapi changes | Chirag Shah | 2018-11-18 | 2 | -2/+2 |
| * | | bgpd: dup addr detect config cli | Chirag Shah | 2018-11-18 | 2 | -0/+2 |
| |/ |
|
* | | Merge pull request #3363 from pacovn/static_analysis__ISO_C_return_compliance | Renato Westphal | 2018-11-21 | 2 | -5/+5 |
|\ \ |
|
| * | | bgpd isisd lib: fix return on void functions | F. Aragon | 2018-11-20 | 2 | -5/+5 |
* | | | Merge pull request #3368 from pacovn/static_analysis__ISO_C_empty_initializer | Renato Westphal | 2018-11-21 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | isisd lib ospfd pbrd python: fix empty init | F. Aragon | 2018-11-21 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge pull request #3359 from qlyoung/true-atomics | Mark Stapp | 2018-11-20 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | *: only use 32-bit atomics | Quentin Young | 2018-11-19 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #3294 from pguibert6WIND/distribute_list_ipv6 | David Lamparter | 2018-11-19 | 1 | -13/+47 |
|\ \
| |/
|/| |
|
| * | lib: distribute-list ipv6 can be (un)configured | Philippe Guibert | 2018-11-09 | 1 | -13/+47 |
* | | Merge pull request #3331 from mjstapp/fix_lib_id_warning | David Lamparter | 2018-11-15 | 1 | -4/+4 |
|\ \ |
|
| * | | libs: rename two id_alloc macros to resolve bsd conflict | Mark Stapp | 2018-11-14 | 1 | -4/+4 |
* | | | bgpd: allow vrf validity and bgp vrf import/export, when zebra is off | Philippe Guibert | 2018-11-13 | 2 | -0/+8 |
|/ / |
|
* | | Merge pull request #3051 from mitch-skiba/addpath_change_V1 | Donald Sharp | 2018-11-13 | 4 | -0/+500 |
|\ \ |
|
| * | | lib: Implement an allocator for 32 bit ID numbers | Mitch Skiba | 2018-11-09 | 4 | -0/+500 |
| |/ |
|
* | | lib: remove agentx already enabled warning | Quentin Young | 2018-10-28 | 1 | -2/+1 |
* | | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 2 | -18/+5 |
|/ |
|
* | Merge pull request #3202 from donaldsharp/evpn_dump | Russ White | 2018-11-09 | 1 | -0/+1 |
|\ |
|
| * | bgpd, lib, vtysh, zebra: Convert to using CMD_VNI_RANGE | Donald Sharp | 2018-10-31 | 1 | -0/+1 |
* | | lib, zebra: Encode nexthop vrf in nht updates | Donald Sharp | 2018-11-01 | 1 | -0/+1 |