summaryrefslogtreecommitdiff
path: root/lib/zebra.h
AgeCommit message (Expand)Author
2023-10-11Revert "lib: register bgp link-state afi/safi"Donald Sharp
2023-09-18lib: register bgp link-state afi/safiLouis Scalbert
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-14Merge pull request #12789 from donaldsharp/version_cleanupDavid Lamparter
2023-02-13lib: make htonll/ntohll compile time and readableStephen Worley
2023-02-13lib: add 64bit versions of htonl/ntohlStephen Worley
2023-02-10lib, zebra: Use defines for distanceDonald Sharp
2023-02-10lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALLDonald Sharp
2023-02-10lib: Remove include of asm/types.hDonald Sharp
2023-02-10lib: Remove include of linux specific version.hDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-05-31lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data.Loganaden Velvindron
2022-01-17build: check for sendmmsg() and struct mmsghdrDavid Lamparter
2022-01-13*: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nestingDonatas Abraitis
2021-10-20zebra: Add dplane hook pointDonald Lee
2021-06-06tests: add grpc unit testChristian Hopps
2021-04-23*: drop zassert.hDavid Lamparter
2021-04-21build: remove deprecated AC_WORDS_BIGENDIANDavid Lamparter
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-17*: require ISO C11 (or C++11)David Lamparter
2020-11-14bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp
2020-09-21*: Remove solaris from FRRDonald Sharp
2020-01-22lib: add macro to check if value is valid afiQuentin Young
2020-01-20lib: Fix missing __be16 typedef on CentOS6Martin Winter
2019-10-23lib: Remove include of deprecated sysctl.hMark Stapp
2019-09-04isisd: Enabling build with opensslMichal Ruprich
2019-08-20bgpd: make clear bgp * clear all peers in all afi/safisDon Slice
2019-08-08ospfd,ripd: Enabling build with opensslMichal Ruprich
2019-06-13bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings (#4439)David Lamparter
2019-06-12lib: make "%Ld" work for int64_tDavid Lamparter
2019-06-02lib: Move zebra_size_t to zclient.h who should own itDonald Sharp
2019-06-02lib: Remove unused zebra_command_t typeDonald Sharp
2019-06-02lib: Remove unused INT8_MAX and UINT8_MAX valuesDonald Sharp
2019-06-02lib: Move ZEBRA_HEADER_MARKER to header it belongs inDonald Sharp
2019-06-02lib: Move zclient flags to zclient.hDonald Sharp
2019-06-02lib: Move some log.c functions declarations to log.hDonald Sharp
2019-06-02lib, bgpd: Create iana_afi.h for storing iana_afi/safi enumsDonald Sharp
2019-06-02bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing stringsDonald Sharp
2019-06-02lib: Remove some iana_afi_t values that are not really afi'sDonald Sharp
2019-05-14lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enumStephen Worley
2019-04-18lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter
2019-04-18lib: move/redo some macrosDavid Lamparter
2019-02-11lib: add macro that performs explicit static casts when using a C++ compilerRenato Westphal
2019-01-26*: The onlink attribute should be owned by the nexthop not the route.Donald Sharp
2018-12-20bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev
2018-12-12lib: Reorder Zebra message flags and documentDonald Sharp
2018-12-12lib: Remove unused ZEBRA_FLAG_SCOPE_LINKDonald Sharp
2018-12-12lib, zebra: Remove ZEBRA_FLAG_STATICDonald Sharp
2018-10-03lib: Include compiler.h as early as is possible in the buildDonald Sharp