index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
rfapi
/
vnc_zebra.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib, bgp/vnc: add `.auxiliary` zclient option
David Lamparter
2023-11-23
1
-1
/
+1
*
bgpd: Convert `struct peer_connection` to dynamically allocated
Donald Sharp
2023-08-18
1
-2
/
+2
*
bgpd: Move status and ostatus to `struct peer_connection`
Donald Sharp
2023-08-18
1
-1
/
+1
*
bgpd: Create destructor function for `struct peer_connection`
Donald Sharp
2023-08-18
1
-22
/
+2
*
bgpd: Start abstraction of `struct peer_connection`
Donald Sharp
2023-08-18
1
-12
/
+15
*
bgpd: Remove peer->sync array
Donald Sharp
2023-07-21
1
-1
/
+0
*
bgpd: Remove peer->obuf_work
Donald Sharp
2023-07-21
1
-3
/
+0
*
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-26
1
-9
/
+9
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-1
/
+1
*
bgpd: Cleanup pointer assignment so compiler doesn't get confused
Donald Sharp
2022-06-23
1
-2
/
+1
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-4
/
+7
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-2
/
+3
*
*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-2
/
+3
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-14
/
+6
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-10
/
+11
*
bgpd: Convert users of `rn->p` to use accessor function
Donald Sharp
2020-03-26
1
-2
/
+4
*
bgpd, lib, ripngd: Add agg_node_get_prefix
Donald Sharp
2020-03-24
1
-23
/
+21
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-3
/
+1
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-3
/
+2
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-8
/
+4
*
bgpd: Abstract bgp_table retrieving/setting from info pointer
Donald Sharp
2018-11-16
1
-1
/
+1
*
bgpd: Abstract bgp_info retrieving/setting from info pointer
Donald Sharp
2018-11-16
1
-1
/
+2
*
*: Replace zclient_new with zclient_new_notify
Donald Sharp
2018-11-12
1
-1
/
+1
*
bgpd: use the vrf_bitmap_*() helper functions when necessary
Renato Westphal
2018-10-20
1
-6
/
+9
*
bgpd: fix bug while iterating over VPN table
Renato Westphal
2018-10-20
1
-0
/
+2
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
1
-1
/
+1
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-2
/
+2
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-3
/
+3
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-4
/
+4
*
bgpd, ripngd: Convert to using new agg_table/route
Donald Sharp
2018-08-30
1
-10
/
+12
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-4
/
+4
*
bgpd: Convert to using LIB_ERR_XXX where possible
Donald Sharp
2018-08-14
1
-4
/
+8
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-2
/
+2
*
*: Track vrfs per nexthop not per route entry
Donald Sharp
2018-02-09
1
-1
/
+1
*
Merge pull request #1618 from donaldsharp/zebra_startup_ordering
Philippe Guibert
2018-01-23
1
-0
/
+1
|
\
|
*
*: Send/receive the nexthop vrf_id
Donald Sharp
2018-01-12
1
-0
/
+1
*
|
bgpd: fix handling of nhp_ary when exporting vrf routes to zebra
Lou Berger
2018-01-14
1
-6
/
+4
|
/
*
bgpd: use ring buffer for network input
Quentin Young
2018-01-03
1
-1
/
+2
*
bgpd, tests: comment formatting
Quentin Young
2017-11-30
1
-4
/
+5
*
bgpd: implement buffered reads
Quentin Young
2017-11-30
1
-13
/
+22
*
*: Make zapi route install Notifications optional
Donald Sharp
2017-11-27
1
-1
/
+1
*
*: Modify zclient_init to require privs data
Donald Sharp
2017-10-24
1
-1
/
+2
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-2
/
+2
*
*: fix segfault when sending more than MULTIPATH_NUM nexthops
Renato Westphal
2017-09-21
1
-7
/
+8
*
*: use zapi_route to send/receive redistributed routes as well
Renato Westphal
2017-08-24
1
-148
/
+23
*
bgpd: unify ipv4/ipv6 zebra-tx functions
Renato Westphal
2017-08-24
1
-66
/
+34
*
bgpd: use the new API to send routes to zebra
Renato Westphal
2017-08-24
1
-30
/
+36
[next]