| Commit message (Expand) | Author | Age | Files | Lines |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -14/+1 |
* | zebra: Add missing enums to switch statements | Donald Sharp | 2023-01-31 | 1 | -2/+8 |
* | lib, zebra, pimd: clean up/fix VRF DECLVAR macros | David Lamparter | 2022-04-28 | 1 | -4/+4 |
* | *: cleanup ifp->vrf_id | Igor Ryzhov | 2021-11-22 | 1 | -3/+3 |
* | zebra: If we hand set the router-id only update everyone if it changes | Donald Sharp | 2021-09-07 | 1 | -3/+12 |
* | *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen | Donatas Abraitis | 2021-07-01 | 1 | -4/+4 |
* | *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen | Donatas Abraitis | 2021-07-01 | 1 | -4/+4 |
* | zebra: kill zebra_memory.h, use MTYPE_STATIC | David Lamparter | 2021-03-22 | 1 | -1/+0 |
* | *: Replace s_addr check agains 0 with INADDR_ANY | Donatas Abraitis | 2020-12-14 | 1 | -1/+2 |
* | *: Correct spelling stuff | Donald Sharp | 2020-10-29 | 1 | -2/+2 |
* | zebra: add IPv6 router-id | Sebastien Merle | 2020-07-17 | 1 | -91/+348 |
* | zebra: Allow router-id to be part of the vrf sub node | Donald Sharp | 2020-07-09 | 1 | -46/+75 |
* | *: Replace s_addr 0 => INADDR_ANY | Donatas Abraitis | 2020-02-06 | 1 | -3/+4 |
* | zebra: add 'show router-id' | Jafar Al-Gharaibeh | 2019-12-17 | 1 | -0/+31 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -2/+2 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -2/+2 |
* | zebra: Remove `struct zebra_t` | Donald Sharp | 2019-01-31 | 1 | -3/+0 |
* | zebra: Move client_list to the zebra_router data structure | Donald Sharp | 2019-01-31 | 1 | -4/+4 |
* | zebra: improve identification of loopback interfaces in the router-id code | Renato Westphal | 2018-11-18 | 1 | -4/+2 |
* | lib,zebra: fix json output when vrf1 when not active | Nathan Van Gheem | 2018-07-27 | 1 | -2/+2 |
* | zebra: clean up zapi organization | Quentin Young | 2018-04-23 | 1 | -0/+1 |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -13/+15 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -180/+169 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -1/+1 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -1/+1 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -2/+2 |
|/ |
|
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -8/+6 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | Merge branch 'stable/2.0' | David Lamparter | 2016-12-05 | 1 | -11/+11 |
|\ |
|
| * | zebra/lib: remove redundant fields from zebra_vrf | Renato Westphal | 2016-11-28 | 1 | -8/+8 |
| * | zebra: order VRFs by name on user output | Renato Westphal | 2016-11-28 | 1 | -1/+1 |
| * | lib: convert vrf code to use red-black trees as well | Renato Westphal | 2016-11-28 | 1 | -3/+3 |
* | | bgpd and zebra: scrubbed argc CHECK MEs | Daniel Walton | 2016-09-29 | 1 | -2/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+2 |
* | | zebra: CHECK ME fixes | Daniel Walton | 2016-09-25 | 1 | -31/+15 |
* | | zebra: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -1/+2 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -22/+22 |
* | | zebra: argv update for all but zebra_vty.c | Daniel Walton | 2016-09-22 | 1 | -1/+1 |
* | | Revert "zebra: Fixup to use the new parser" | Daniel Walton | 2016-09-22 | 1 | -3/+3 |
* | | zebra: Fixup to use the new parser | Donald Sharp | 2016-09-21 | 1 | -3/+3 |
|/ |
|
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+1 |
* | Fix most compiler warnings in default GCC build. | Paul Jakma | 2016-05-26 | 1 | -0/+3 |
* | zebra: Refactor zebra_vrf | Donald Sharp | 2016-04-15 | 1 | -0/+1 |
* | zebra: Refactor struct zebra_t | Donald Sharp | 2016-04-15 | 1 | -4/+0 |
* | zebra: Use vrf name instead of vrf-id for router-id definition | Don Slice | 2016-03-29 | 1 | -2/+2 |
* | lib, zebra: The Bulk of the conversion over to NS and VRF | Donald Sharp | 2016-02-01 | 1 | -2/+2 |
* | Should be able to "no" the full text of any config line | Daniel Walton | 2015-11-23 | 1 | -3/+12 |
* | zebra: maintain the router-id per VRF | Feng Lu | 2015-10-30 | 1 | -39/+93 |
* | Quagga: Fix compile warnings for GCC4.9 | Donald Sharp | 2015-09-25 | 1 | -2/+2 |
* | zebra: zebra-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -14/+16 |