| Commit message (Expand) | Author | Age | Files | Lines |
* | isisd: Enabling build with openssl | Michal Ruprich | 2019-09-04 | 1 | -0/+1 |
* | bgpd: make clear bgp * clear all peers in all afi/safis | Don Slice | 2019-08-20 | 1 | -0/+1 |
* | ospfd,ripd: Enabling build with openssl | Michal Ruprich | 2019-08-08 | 1 | -0/+4 |
* | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings (#4439) | David Lamparter | 2019-06-13 | 1 | -101/+0 |
|\ |
|
| * | lib, bgpd: Create iana_afi.h for storing iana_afi/safi enums | Donald Sharp | 2019-06-02 | 1 | -139/+0 |
| * | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings | Donald Sharp | 2019-06-02 | 1 | -0/+40 |
| * | lib: Remove some iana_afi_t values that are not really afi's | Donald Sharp | 2019-06-02 | 1 | -2/+0 |
* | | lib: make "%Ld" work for int64_t | David Lamparter | 2019-06-12 | 1 | -7/+0 |
* | | lib: Move zebra_size_t to zclient.h who should own it | Donald Sharp | 2019-06-02 | 1 | -3/+0 |
* | | lib: Remove unused zebra_command_t type | Donald Sharp | 2019-06-02 | 1 | -1/+0 |
* | | lib: Remove unused INT8_MAX and UINT8_MAX values | Donald Sharp | 2019-06-02 | 1 | -6/+0 |
* | | lib: Move ZEBRA_HEADER_MARKER to header it belongs in | Donald Sharp | 2019-06-02 | 1 | -6/+0 |
* | | lib: Move zclient flags to zclient.h | Donald Sharp | 2019-06-02 | 1 | -38/+0 |
* | | lib: Move some log.c functions declarations to log.h | Donald Sharp | 2019-06-02 | 1 | -19/+0 |
|/ |
|
* | lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enum | Stephen Worley | 2019-05-14 | 1 | -1/+7 |
* | lib: ZEBRA_NUM_OF -> array_size | David Lamparter | 2019-04-18 | 1 | -2/+0 |
* | lib: move/redo some macros | David Lamparter | 2019-04-18 | 1 | -37/+0 |
* | lib: add macro that performs explicit static casts when using a C++ compiler | Renato Westphal | 2019-02-12 | 1 | -0/+9 |
* | *: The onlink attribute should be owned by the nexthop not the route. | Donald Sharp | 2019-01-27 | 1 | -5/+0 |
* | bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la... | Anton Degtyarev | 2018-12-20 | 1 | -3/+0 |
* | 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: Include compiler.h as early as is possible in the build | Donald Sharp | 2018-10-03 | 1 | -0/+6 |
* | bgpd lib ospf6d pbrd tests zebra: shadowing fixes | F. Aragon | 2018-09-13 | 1 | -6/+6 |
* | build: use _POSIX_C_SOURCE | David Lamparter | 2018-09-08 | 1 | -1/+0 |
* | zebra: add a ZEBRA_FLAG_ONLINK so that routes bypass the is-unnumbered check | Christian Franke | 2018-09-05 | 1 | -0/+1 |
* | lib, ripngd, zebra: Remove pre-solaris 9 special cased code | Donald Sharp | 2018-08-15 | 1 | -17/+0 |
* | Merge pull request #2122 from donaldsharp/zebra_nhs | Martin Winter | 2018-08-08 | 1 | -0/+1 |
|\ |
|
| * | lib, zebra: Allow protocols to use Distance as part of RR semantics | Donald Sharp | 2018-07-29 | 1 | -0/+1 |
* | | isisd: learn and advertise IPv6 dst-src routes | Christian Franke | 2018-08-03 | 1 | -0/+16 |
|/ |
|
* | bgpd: Implement group-overrides for peer flags | Pascal Mathis | 2018-06-14 | 1 | -0/+1 |
* | bgpd, pim: remove undebug | Quentin Young | 2018-04-02 | 1 | -0/+2 |
* | bgpd: add flowspec feature | jaydom | 2018-03-30 | 1 | -1/+6 |
* | bgpd: add API to allocate a range of table identifiers | Philippe Guibert | 2018-03-29 | 1 | -1/+2 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -5/+5 |
* | lib: Fixup strlcat and strlcpy to be a bit more descriptive | Donald Sharp | 2018-03-14 | 1 | -2/+4 |
* | Merge pull request #1808 from qlyoung/debug-mt-safe | Renato Westphal | 2018-03-09 | 1 | -0/+10 |
|\ |
|
| * | lib: add atomic bitwise OR, AND | Quentin Young | 2018-02-28 | 1 | -0/+10 |
* | | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -3/+3 |
|/ |
|
* | *: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSION | Donald Sharp | 2018-02-27 | 1 | -1/+1 |
* | lib: increase vrf_id from 16 bit to 32 bit identifier | Philippe Guibert | 2018-01-22 | 1 | -1/+1 |
* | bgpd: process evpn type-5 routes received from peers | Mitesh Kanjariya | 2017-12-14 | 1 | -1/+1 |
* | bgpd: program mac-ip routes in matching vrfs | mitesh | 2017-12-14 | 1 | -0/+1 |
* | zebra: cleanup blackhole support | David Lamparter | 2017-08-28 | 1 | -2/+2 |
* | Merge pull request #891 from Jafaral/portability | David Lamparter | 2017-08-04 | 1 | -0/+7 |
|\ |
|
| * | config: If we don't have crypt but we have ssl crypto, use it | Jafar Al-Gharaibeh | 2017-08-02 | 1 | -0/+7 |
* | | lib: use switch statements in the AFI/SAFI conversion functions | Renato Westphal | 2017-08-01 | 1 | -22/+34 |
* | | lib/bgpd: introduce the iana_safi_t enum | Renato Westphal | 2017-08-01 | 1 | -18/+20 |
* | | lib: remove SAFI_RESERVED_4 and SAFI_RESERVED_5 | Renato Westphal | 2017-08-01 | 1 | -13/+5 |
|/ |
|