mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 20:22:36 +00:00
bgpd: fix whitespace
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
f94d4e70f6
commit
44b8cd53c5
@ -701,7 +701,7 @@ bgp_show_dampening_parameters (struct vty *vty, afi_t afi, safi_t safi)
|
||||
if (CHECK_FLAG (bgp->af_flags[afi][safi], BGP_CONFIG_DAMPENING))
|
||||
{
|
||||
vty_out (vty, "Half-life time: %lld min%s",
|
||||
(long long )damp->half_life / 60, VTY_NEWLINE);
|
||||
(long long)damp->half_life / 60, VTY_NEWLINE);
|
||||
vty_out (vty, "Reuse penalty: %d%s",
|
||||
damp->reuse_limit, VTY_NEWLINE);
|
||||
vty_out (vty, "Suppress penalty: %d%s",
|
||||
|
Loading…
Reference in New Issue
Block a user