mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 13:27:53 +00:00
bfdd: Clean up some white space snafu's
Found some extra spaces during code inspection. Let's get them cleaned up. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
d91df4d7b7
commit
2d73a32668
@ -472,7 +472,7 @@ static void _display_peers_counter(struct vty *vty, char *vrfname, bool use_json
|
|||||||
vty_json(vty, jo);
|
vty_json(vty, jo);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _clear_peer_counter(struct bfd_session *bs)
|
static void _clear_peer_counter(struct bfd_session *bs)
|
||||||
{
|
{
|
||||||
/* Clear only pkt stats, intention is not to loose system
|
/* Clear only pkt stats, intention is not to loose system
|
||||||
events counters */
|
events counters */
|
||||||
@ -743,7 +743,7 @@ DEFPY(bfd_clear_peer_counters, bfd_clear_peer_counters_cmd,
|
|||||||
ifname, vrfname);
|
ifname, vrfname);
|
||||||
if (bs == NULL)
|
if (bs == NULL)
|
||||||
return CMD_WARNING_CONFIG_FAILED;
|
return CMD_WARNING_CONFIG_FAILED;
|
||||||
|
|
||||||
_clear_peer_counter(bs);
|
_clear_peer_counter(bs);
|
||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user