summaryrefslogtreecommitdiff
path: root/lib/zebra.h
AgeCommit message (Expand)Author
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-09lib: limits.h is not needed by zebra.hDonald Sharp
2024-01-09zebra: Nothing is using errno.hDonald Sharp
2024-01-09lib: string.h was only used by vector.c make it betterDonald Sharp
2024-01-09lib: stdbool.h is not being used by zebra.hDonald Sharp
2024-01-09lib: zebra.h is not using signal.hDonald Sharp
2024-01-09lib: zebra.h uses pwd.h when it should notDonald Sharp
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp
2024-01-09lib: zebra.h was including compiler.h two timesDonald Sharp
2024-01-09lib: remove net/route.h it is not usedDonald Sharp
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2024-01-09lib: select.h is not being used by anyoneDonald Sharp
2024-01-04lib: sys/utsname.h is not needed in zebra.hDonald Sharp
2024-01-04lib: zebra.h does not need to include syslog.hDonald Sharp
2024-01-04*: sys/uio.h does not need to be in zebra.hDonald Sharp
2024-01-04lib, sharpd: Move sys/resource.h to where it is usedDonald Sharp
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp
2024-01-04lib, vtysh: Remove inclusion of grp.h for everyoneDonald Sharp
2024-01-04lib: Remove in_systm.h it is never usedDonald Sharp
2024-01-04*: Remove cost of including netinet/icmp.h everywhereDonald Sharp
2024-01-04lib: Remove inclusion of various MAXINT from zebra.hDonald Sharp
2024-01-04lib: HAVE_GLIBC_BACKTRACE does not belong in zebra.hDonald Sharp
2024-01-04lib: Move some priviledge headers to file they are used.Donald Sharp
2024-01-04*: Remove Crypto openSSL define from zebra.hDonald Sharp
2024-01-04lib: Breakout sendmmsg into it's own headerDonald Sharp
2023-11-07*: Move distance related defines into their own headerDonald Sharp
2023-11-07*: Remove APPLE #defines from buildDonald Sharp
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-10-20lib: fix RT_TABLE_LOCAL for bsd buildsPhilippe Guibert
2023-10-20lib: add support for new redistribute table-direct elementPhilippe Guibert
2023-10-10Revert "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