summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | Merge pull request #12789 from donaldsharp/version_cleanupDavid Lamparter2023-02-141-23/+19
|\ \
| * | lib, zebra: Use defines for distanceDonald Sharp2023-02-101-11/+19
| * | lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALLDonald Sharp2023-02-101-3/+0
| * | lib: Remove include of asm/types.hDonald Sharp2023-02-101-4/+0
| * | lib: Remove include of linux specific version.hDonald Sharp2023-02-101-5/+0
| |/
* | lib: make htonll/ntohll compile time and readableStephen Worley2023-02-141-8/+7
* | lib: add 64bit versions of htonl/ntohlStephen Worley2023-02-141-0/+9
|/
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+2
* lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data.Loganaden Velvindron2022-05-311-0/+4
* build: check for sendmmsg() and struct mmsghdrDavid Lamparter2022-01-171-0/+20
* *: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nestingDonatas Abraitis2022-01-131-0/+4
* zebra: Add dplane hook pointDonald Lee2021-10-191-0/+3
* tests: add grpc unit testChristian Hopps2021-06-061-0/+8
* *: drop zassert.hDavid Lamparter2021-04-231-1/+1
* build: remove deprecated AC_WORDS_BIGENDIANDavid Lamparter2021-04-211-15/+9
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require ISO C11 (or C++11)David Lamparter2021-03-171-15/+0
* bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp2020-11-151-0/+4
* *: Remove solaris from FRRDonald Sharp2020-09-211-17/+1
* lib: add macro to check if value is valid afiQuentin Young2020-01-221-0/+2
* lib: Fix missing __be16 typedef on CentOS6Martin Winter2020-01-201-1/+3
* lib: Remove include of deprecated sysctl.hMark Stapp2019-10-231-3/+2
* isisd: Enabling build with opensslMichal Ruprich2019-09-041-0/+1
* bgpd: make clear bgp * clear all peers in all afi/safisDon Slice2019-08-201-0/+1
* ospfd,ripd: Enabling build with opensslMichal Ruprich2019-08-081-0/+4
* bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings (#4439)David Lamparter2019-06-131-101/+0
|\
| * lib, bgpd: Create iana_afi.h for storing iana_afi/safi enumsDonald Sharp2019-06-021-139/+0
| * bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing stringsDonald Sharp2019-06-021-0/+40
| * lib: Remove some iana_afi_t values that are not really afi'sDonald Sharp2019-06-021-2/+0
* | lib: make "%Ld" work for int64_tDavid Lamparter2019-06-121-7/+0
* | lib: Move zebra_size_t to zclient.h who should own itDonald Sharp2019-06-021-3/+0
* | lib: Remove unused zebra_command_t typeDonald Sharp2019-06-021-1/+0
* | lib: Remove unused INT8_MAX and UINT8_MAX valuesDonald Sharp2019-06-021-6/+0
* | lib: Move ZEBRA_HEADER_MARKER to header it belongs inDonald Sharp2019-06-021-6/+0
* | lib: Move zclient flags to zclient.hDonald Sharp2019-06-021-38/+0
* | lib: Move some log.c functions declarations to log.hDonald Sharp2019-06-021-19/+0
|/
* lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enumStephen Worley2019-05-141-1/+7
* lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-181-2/+0
* lib: move/redo some macrosDavid Lamparter2019-04-181-37/+0
* lib: add macro that performs explicit static casts when using a C++ compilerRenato Westphal2019-02-121-0/+9
* *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-5/+0
* bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-201-3/+0
* lib: Reorder Zebra message flags and documentDonald Sharp2018-12-121-6/+39
* lib: Remove unused ZEBRA_FLAG_SCOPE_LINKDonald Sharp2018-12-121-1/+0
* lib, zebra: Remove ZEBRA_FLAG_STATICDonald Sharp2018-12-121-3/+0
* lib: Include compiler.h as early as is possible in the buildDonald Sharp2018-10-031-0/+6
* bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon2018-09-131-6/+6
* build: use _POSIX_C_SOURCEDavid Lamparter2018-09-081-1/+0