| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #12780 from opensourcerouting/spdx-license-id | Donald Sharp | 2023-02-17 | 1 | -16/+1 |
|\ |
|
| * | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | | Merge pull request #12789 from donaldsharp/version_cleanup | David Lamparter | 2023-02-14 | 1 | -23/+19 |
|\ \ |
|
| * | | lib, zebra: Use defines for distance | Donald Sharp | 2023-02-10 | 1 | -11/+19 |
| * | | lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALL | Donald Sharp | 2023-02-10 | 1 | -3/+0 |
| * | | lib: Remove include of asm/types.h | Donald Sharp | 2023-02-10 | 1 | -4/+0 |
| * | | lib: Remove include of linux specific version.h | Donald Sharp | 2023-02-10 | 1 | -5/+0 |
| |/ |
|
* | | lib: make htonll/ntohll compile time and readable | Stephen Worley | 2023-02-14 | 1 | -8/+7 |
* | | lib: add 64bit versions of htonl/ntohl | Stephen Worley | 2023-02-14 | 1 | -0/+9 |
|/ |
|
* | build, vtysh: extract vtysh commands from .xref | David Lamparter | 2022-10-26 | 1 | -2/+2 |
* | lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data. | Loganaden Velvindron | 2022-05-31 | 1 | -0/+4 |
* | build: check for sendmmsg() and struct mmsghdr | David Lamparter | 2022-01-17 | 1 | -0/+20 |
* | *: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nesting | Donatas Abraitis | 2022-01-13 | 1 | -0/+4 |
* | zebra: Add dplane hook point | Donald Lee | 2021-10-19 | 1 | -0/+3 |
* | tests: add grpc unit test | Christian Hopps | 2021-06-06 | 1 | -0/+8 |
* | *: drop zassert.h | David Lamparter | 2021-04-23 | 1 | -1/+1 |
* | build: remove deprecated AC_WORDS_BIGENDIAN | David Lamparter | 2021-04-21 | 1 | -15/+9 |
* | build: make builddir include path consistent | David Lamparter | 2021-04-21 | 1 | -1/+1 |
* | *: require ISO C11 (or C++11) | David Lamparter | 2021-03-17 | 1 | -15/+0 |
* | bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFI | Donald Sharp | 2020-11-15 | 1 | -0/+4 |
* | *: Remove solaris from FRR | Donald Sharp | 2020-09-21 | 1 | -17/+1 |
* | lib: add macro to check if value is valid afi | Quentin Young | 2020-01-22 | 1 | -0/+2 |
* | lib: Fix missing __be16 typedef on CentOS6 | Martin Winter | 2020-01-20 | 1 | -1/+3 |
* | lib: Remove include of deprecated sysctl.h | Mark Stapp | 2019-10-23 | 1 | -3/+2 |
* | 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 |