mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 13:01:59 +00:00
bgpd: Add an empty line after new variable assignment
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
848e8cf6c6
commit
d92646a4b7
@ -10744,6 +10744,7 @@ void route_vty_out_detail(struct vty *vty, struct bgp *bgp, struct bgp_dest *bn,
|
||||
community_include(attr->community, COMMUNITY_LLGR_STALE)) {
|
||||
unsigned long llgr_remaining = thread_timer_remain_second(
|
||||
path->peer->t_llgr_stale[afi][safi]);
|
||||
|
||||
if (json_paths) {
|
||||
json_object_int_add(json_path, "llgrSecondsRemaining",
|
||||
llgr_remaining);
|
||||
|
Loading…
Reference in New Issue
Block a user