index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
zebra.h
Age
Commit message (
Expand
)
Author
2024-02-01
*: create a single registry of daemons' default port values
Mark Stapp
2024-01-09
lib: limits.h is not needed by zebra.h
Donald Sharp
2024-01-09
zebra: Nothing is using errno.h
Donald Sharp
2024-01-09
lib: string.h was only used by vector.c make it better
Donald Sharp
2024-01-09
lib: stdbool.h is not being used by zebra.h
Donald Sharp
2024-01-09
lib: zebra.h is not using signal.h
Donald Sharp
2024-01-09
lib: zebra.h uses pwd.h when it should not
Donald Sharp
2024-01-09
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
lib: zebra.h was including compiler.h two times
Donald Sharp
2024-01-09
lib: remove net/route.h it is not used
Donald Sharp
2024-01-09
*: remove sys/stat.h from zebra.h
Donald Sharp
2024-01-09
lib: select.h is not being used by anyone
Donald Sharp
2024-01-04
lib: sys/utsname.h is not needed in zebra.h
Donald Sharp
2024-01-04
lib: zebra.h does not need to include syslog.h
Donald Sharp
2024-01-04
*: sys/uio.h does not need to be in zebra.h
Donald Sharp
2024-01-04
lib, sharpd: Move sys/resource.h to where it is used
Donald Sharp
2024-01-04
*: Remove sys/ioctl.h from zebra.h
Donald Sharp
2024-01-04
lib, vtysh: Remove inclusion of grp.h for everyone
Donald Sharp
2024-01-04
lib: Remove in_systm.h it is never used
Donald Sharp
2024-01-04
*: Remove cost of including netinet/icmp.h everywhere
Donald Sharp
2024-01-04
lib: Remove inclusion of various MAXINT from zebra.h
Donald Sharp
2024-01-04
lib: HAVE_GLIBC_BACKTRACE does not belong in zebra.h
Donald Sharp
2024-01-04
lib: Move some priviledge headers to file they are used.
Donald Sharp
2024-01-04
*: Remove Crypto openSSL define from zebra.h
Donald Sharp
2024-01-04
lib: Breakout sendmmsg into it's own header
Donald Sharp
2023-11-07
*: Move distance related defines into their own header
Donald Sharp
2023-11-07
*: Remove APPLE #defines from build
Donald Sharp
2023-11-07
*: Remove netlink headers from lib/zebra.h
Donald Sharp
2023-10-20
lib: fix RT_TABLE_LOCAL for bsd builds
Philippe Guibert
2023-10-20
lib: add support for new redistribute table-direct element
Philippe Guibert
2023-10-10
Revert "lib: register bgp link-state afi/safi"
Donald Sharp
2023-09-18
lib: register bgp link-state afi/safi
Louis Scalbert
2023-02-17
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-14
Merge pull request #12789 from donaldsharp/version_cleanup
David Lamparter
2023-02-13
lib: make htonll/ntohll compile time and readable
Stephen Worley
2023-02-13
lib: add 64bit versions of htonl/ntohl
Stephen Worley
2023-02-10
lib, zebra: Use defines for distance
Donald Sharp
2023-02-10
lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALL
Donald Sharp
2023-02-10
lib: Remove include of asm/types.h
Donald Sharp
2023-02-10
lib: Remove include of linux specific version.h
Donald Sharp
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2022-10-26
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-05-31
lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data.
Loganaden Velvindron
2022-01-17
build: check for sendmmsg() and struct mmsghdr
David Lamparter
2022-01-13
*: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nesting
Donatas Abraitis
2021-10-20
zebra: Add dplane hook point
Donald Lee
2021-06-06
tests: add grpc unit test
Christian Hopps
2021-04-23
*: drop zassert.h
David Lamparter
2021-04-21
build: remove deprecated AC_WORDS_BIGENDIAN
David Lamparter
2021-04-21
build: make builddir include path consistent
David Lamparter
[next]