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
/
zebra
/
zserv.c
Age
Commit message (
Expand
)
Author
2024-12-03
zebra: separate zebra ZAPI server open and accept
Mark Stapp
2023-07-04
Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanup
Donatas Abraitis
2023-06-27
zebra: Free Zebra client resources
Donatas Abraitis
2023-06-26
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-20
zebra: Ignore non GR-aware zclient handling for BGP
Donatas Abraitis
2023-06-20
zebra: Show session id when printing an error when the client disconnects
Donatas Abraitis
2023-06-01
zebra: No need to set msg to NULL
Donald Sharp
2023-03-29
zebra: remove current_afi as that it is no longer used
Donald Sharp
2023-03-29
zebra: GR code could potentially stop running
Donald Sharp
2023-03-24
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2023-01-06
zebra: do not load/store wider-than-ptr atomics
David Lamparter
2023-01-03
zebra: fix a couple of typos
Mark Stapp
2022-12-05
zebra: use real MTYPEs for various objects
Mark Stapp
2022-08-24
zebra: Convert time to uint64_t for zclient data structures
Donald Sharp
2022-07-20
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-04-02
*: Fix spelling of Gracefull
Donald Sharp
2022-02-23
*: Change thread->func to return void instead of int
Donald Sharp
2021-11-17
zebra: Expand v4/v6 route space
Donald Sharp
2021-10-07
zebra: Display how long zebra is expected to wait for GR
Donald Sharp
2021-10-07
zebra: GR data was being printed 2 times for `show zebra client`
Donald Sharp
2021-07-21
zebra: On client shutdown cleanup any vrf labels associated with it
Donald Sharp
2021-06-10
zebra: Move individual lines to table in `show zebra client` command
Donald Sharp
2021-06-10
zebra: Add message counts for `show zebra client`
Donald Sharp
2021-04-23
*: drop zassert.h
David Lamparter
2021-04-09
zebra: link layer config and notification, implementation in zebra
Philippe Guibert
2021-02-04
zebra: Display instance id as part of `show zebra client summ`
Donald Sharp
2020-12-10
zebra: Allow `show zebra client` to give clues about route update status
Donald Sharp
2020-12-07
zebra: Adding zapi client close notification
Karen Schoener
2020-10-22
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-09-28
zebra: handle proto NHG uninstall client disconnect
Stephen Worley
2020-08-25
zebra: remove fuzzing stuff
Jakub UrbaĆczyk
2020-08-10
Merge pull request #6483 from sylane/router-id-v6
Donald Sharp
2020-08-05
zebra: Ethernet segment management and support for MAC-ECMP
Anuradha Karuppiah
2020-07-17
zebra: add IPv6 router-id
Sebastien Merle
2020-06-10
sharpd,zebra: unicast support for zapi messages
Mark Stapp
2020-06-02
zebra: add zserv_send_batch api
Mark Stapp
2020-06-02
zebra: don't print stale text if no GR info
Mark Stapp
2020-06-02
zebra: call zapi message handler with a batch
Mark Stapp
2020-06-02
zebra: add lock and busy counter for zclients
Mark Stapp
2020-05-28
zebra, lib: bugfix on zebra packet debugging
Wesley Coakley
2020-04-16
lib,zebra: add a session id for zapi sessions
Mark Stapp
2020-04-14
zebra: use %u for unsigned when printing counters
Quentin Young
2020-03-09
lib, *: add a common time interval formatting api
Mark Stapp
[next]