mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +00:00
Merge pull request #3005 from patrasar/indentation_warnings
pimd: fix indentation warnings
This commit is contained in:
commit
7aab2afbad
@ -6474,13 +6474,13 @@ static int pim_cmd_interface_delete(struct interface *ifp)
|
||||
|
||||
static int interface_no_ip_pim_helper(struct vty *vty)
|
||||
{
|
||||
VTY_DECLVAR_CONTEXT(interface, ifp);
|
||||
if (!pim_cmd_interface_delete(ifp)) {
|
||||
vty_out(vty, "Unable to delete interface information\n");
|
||||
return CMD_WARNING_CONFIG_FAILED;
|
||||
}
|
||||
VTY_DECLVAR_CONTEXT(interface, ifp);
|
||||
if (!pim_cmd_interface_delete(ifp)) {
|
||||
vty_out(vty, "Unable to delete interface information\n");
|
||||
return CMD_WARNING_CONFIG_FAILED;
|
||||
}
|
||||
|
||||
return CMD_SUCCESS;
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
DEFUN_HIDDEN (interface_no_ip_pim_ssm,
|
||||
|
Loading…
Reference in New Issue
Block a user