summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: limits.h is not needed by zebra.hDonald Sharp2024-01-091-1/+0
* zebra: Nothing is using errno.hDonald Sharp2024-01-091-1/+0
* lib: string.h was only used by vector.c make it betterDonald Sharp2024-01-091-1/+0
* lib: stdbool.h is not being used by zebra.hDonald Sharp2024-01-091-1/+0
* lib: zebra.h is not using signal.hDonald Sharp2024-01-091-1/+0
* lib: zebra.h uses pwd.h when it should notDonald Sharp2024-01-091-1/+0
* *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-1/+0
* lib: zebra.h was including compiler.h two timesDonald Sharp2024-01-091-7/+0
* lib: remove net/route.h it is not usedDonald Sharp2024-01-091-2/+0
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-1/+0
* lib: select.h is not being used by anyoneDonald Sharp2024-01-091-1/+0
* lib: sys/utsname.h is not needed in zebra.hDonald Sharp2024-01-041-1/+0
* lib: zebra.h does not need to include syslog.hDonald Sharp2024-01-041-1/+0
* *: sys/uio.h does not need to be in zebra.hDonald Sharp2024-01-041-1/+0
* lib, sharpd: Move sys/resource.h to where it is usedDonald Sharp2024-01-041-1/+0
* *: Remove sys/ioctl.h from zebra.hDonald Sharp2024-01-041-1/+0
* lib, vtysh: Remove inclusion of grp.h for everyoneDonald Sharp2024-01-041-1/+0
* lib: Remove in_systm.h it is never usedDonald Sharp2024-01-041-1/+0
* *: Remove cost of including netinet/icmp.h everywhereDonald Sharp2024-01-041-2/+0
* lib: Remove inclusion of various MAXINT from zebra.hDonald Sharp2024-01-041-16/+0
* lib: HAVE_GLIBC_BACKTRACE does not belong in zebra.hDonald Sharp2024-01-041-4/+0
* lib: Move some priviledge headers to file they are used.Donald Sharp2024-01-041-5/+0
* *: Remove Crypto openSSL define from zebra.hDonald Sharp2024-01-041-5/+0
* lib: Breakout sendmmsg into it's own headerDonald Sharp2024-01-041-20/+0
* *: Move distance related defines into their own headerDonald Sharp2023-11-071-22/+0
* *: Remove APPLE #defines from buildDonald Sharp2023-11-071-8/+3
* *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-5/+1
* lib: fix RT_TABLE_LOCAL for bsd buildsPhilippe Guibert2023-10-201-0/+1
* lib: add support for new redistribute table-direct elementPhilippe Guibert2023-10-201-0/+1
* Revert "lib: register bgp link-state afi/safi"Donald Sharp2023-10-101-6/+3
* lib: register bgp link-state afi/safiLouis Scalbert2023-09-181-3/+6
* 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