mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 22:23:12 +00:00
pimd: fix indentation warnings
Signed-off-by: Sarita Patra <saritap@vmware.com>
This commit is contained in:
parent
88f47ef365
commit
eccdcfe2b6
@ -6474,13 +6474,13 @@ static int pim_cmd_interface_delete(struct interface *ifp)
|
|||||||
|
|
||||||
static int interface_no_ip_pim_helper(struct vty *vty)
|
static int interface_no_ip_pim_helper(struct vty *vty)
|
||||||
{
|
{
|
||||||
VTY_DECLVAR_CONTEXT(interface, ifp);
|
VTY_DECLVAR_CONTEXT(interface, ifp);
|
||||||
if (!pim_cmd_interface_delete(ifp)) {
|
if (!pim_cmd_interface_delete(ifp)) {
|
||||||
vty_out(vty, "Unable to delete interface information\n");
|
vty_out(vty, "Unable to delete interface information\n");
|
||||||
return CMD_WARNING_CONFIG_FAILED;
|
return CMD_WARNING_CONFIG_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFUN_HIDDEN (interface_no_ip_pim_ssm,
|
DEFUN_HIDDEN (interface_no_ip_pim_ssm,
|
||||||
|
Loading…
Reference in New Issue
Block a user