| Commit message (Expand) | Author | Age | Files | Lines |
* | lib, ripd: rework API for converted CLI commands | Renato Westphal | 2018-11-26 | 1 | -34/+10 |
* | lib: make yang_dnode_get_entry() more flexible | Renato Westphal | 2018-11-26 | 1 | -3/+3 |
* | lib: retrofit interface commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -188/+336 |
* | yang, lib: add 'frr-interface.yang' and associated stub callbacks | Renato Westphal | 2018-10-27 | 1 | -0/+58 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -2/+2 |
* | lib: Allow useful display of default vrf name | Donald Sharp | 2018-09-22 | 1 | -2/+4 |
* | Merge pull request #3040 from pacovn/static_analysis__drop_const_1 | Quentin Young | 2018-09-17 | 1 | -4/+4 |
|\ |
|
| * | bgpd isisd ldpd lib: const drop fixes (SA) | F. Aragon | 2018-09-17 | 1 | -4/+4 |
* | | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2944 from thbtcllt/master | Russ White | 2018-09-11 | 1 | -27/+37 |
|\ |
|
| * | lib/if.c: fix CLANG warning | Thibaut Collet | 2018-08-30 | 1 | -22/+22 |
| * | zebra: fix crash when interface vrf changes | Thibaut Collet | 2018-08-30 | 1 | -27/+37 |
* | | *: fix some solaris warnings | David Lamparter | 2018-09-08 | 1 | -1/+1 |
|/ |
|
* | zebra: if multiple connecteds, select loopback or vrf if present | Don Slice | 2018-08-23 | 1 | -0/+8 |
* | lib: Convert debug to error situation | Donald Sharp | 2018-08-23 | 1 | -1/+1 |
* | lib: change vrf_is_mapped_on_netns API | Philippe Guibert | 2018-08-22 | 1 | -1/+2 |
* | lib, zebra: Add LIB_ERR_INTERFACE | Donald Sharp | 2018-08-14 | 1 | -0/+1 |
* | lib, vtysh: fix inconsistent interface commands in vtysh | Renato Westphal | 2018-08-13 | 1 | -8/+8 |
* | lib,zebra: fix json output when vrf1 when not active | Nathan Van Gheem | 2018-07-27 | 1 | -2/+2 |
* | lib: remove if_lookup_by_index portion of code with unknown vrf | Philippe Guibert | 2018-07-10 | 1 | -12/+0 |
* | ospfd: Treat vrf interface as loopback type | Chirag Shah | 2018-03-08 | 1 | -0/+6 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -7/+6 |
* | lib: create interface even if name is the same | Philippe Guibert | 2018-02-27 | 1 | -20/+26 |
* | *: Make assignment from RB_ROOT in while loop work better | Donald Sharp | 2018-02-23 | 1 | -2/+4 |
* | lib: When we shutdown we would leak interface description | Donald Sharp | 2018-01-29 | 1 | -0/+3 |
* | lib: Allow interface lookup by VRF_UNKNOWN | Donald Sharp | 2018-01-12 | 1 | -0/+12 |
* | lib: Fix no interface cmd vrf parsing | Chirag Shah | 2018-01-03 | 1 | -1/+2 |
* | lib: fix coverity warnings introduced by the iface rb-tree conversion | Renato Westphal | 2017-10-24 | 1 | -4/+15 |
* | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 1 | -7/+7 |
* | lib: fix bug in if_cmp_name_func() | Renato Westphal | 2017-10-10 | 1 | -0/+2 |
* | *: introduce new rb-tree to optimize interface lookup by ifindex | Renato Westphal | 2017-10-10 | 1 | -19/+41 |
* | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 1 | -67/+43 |
* | lib: register 'if_var_handlers' only once | Renato Westphal | 2017-10-10 | 1 | -22/+22 |
* | lib: nuke the if_*_by_name_len() functions | Renato Westphal | 2017-10-10 | 1 | -84/+46 |
* | *: Convert list_free usage to list_delete | Donald Sharp | 2017-10-05 | 1 | -2/+2 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 1 | -2/+1 |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -10/+7 |
* | lib: replace if_add_hook with hook_* logic | David Lamparter | 2017-08-15 | 1 | -30/+5 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -766/+709 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -4/+4 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -4/+4 |
* | | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -7/+4 |
* | | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+1 |
* | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #767 from donaldsharp/if_update | Jafar Al-Gharaibeh | 2017-06-30 | 1 | -6/+2 |
|\ |
|
| * | bgpd, lib, zebra: Fix if_update function to represent what it does | Donald Sharp | 2017-06-29 | 1 | -6/+2 |
* | | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -6/+6 |
* | | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -4/+4 |
|/ |
|