| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -6/+4 |
* | lib: cli: autocomplete variables | David Lamparter | 2017-05-15 | 1 | -0/+32 |
* | bgpd, lib, zebra: Rename if_update_vrf -> if_update | Donald Sharp | 2017-03-15 | 1 | -2/+2 |
* | bgpd, lib, zebra: Refactor ifname2ifindex to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | *: Refactor ifindex2ifname to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib: Refactor if_get_by_name_len to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -10/+4 |
* | *: Refactor if_get_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -13/+7 |
* | lib, ospf6d: Refactor if_lookup_prefix | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib, ospfd: Refactor if_lookup_by_name_len | Donald Sharp | 2017-03-15 | 1 | -9/+3 |
* | lib, ospfd, ripd: Convert if_lookup_address to be vrf aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib, pimd, zebra: Convert if_lookup_exact_address to VRF only | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib, ospfd, pimd: Convert to using VRF based interface creation | Donald Sharp | 2017-03-15 | 1 | -9/+3 |
* | *: Remove non-vrf based ifindex lookup | Donald Sharp | 2017-03-15 | 1 | -9/+3 |
* | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -2/+2 |
* | lib: Treat v6 address as a v6 address | Donald Sharp | 2017-02-02 | 1 | -1/+1 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -2/+0 |
* | Rationalize Link Parameters flags | Olivier Dugeon | 2017-01-05 | 1 | -2/+2 |
* | lib: remove vty->index | David Lamparter | 2016-12-09 | 1 | -1/+1 |