mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:25:02 +00:00
ripd: fix indentation problems introduced by wrong conflict resolution
Restore trailing whitespaces from rip_interface_new() as well. If we want to fix this, we need a separate commit just for this purpose. Signed-off-by: Renato Westphal <renato@opensourcerouting.org> [DL: removed "restoring wrong whitespace" bits] Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
d7d73ffc8f
commit
4305dfd18c
@ -498,7 +498,7 @@ rip_interface_delete (int command, struct zclient *zclient,
|
||||
|
||||
static void
|
||||
rip_interface_clean (struct rip_interface *ri)
|
||||
{
|
||||
{
|
||||
ri->enable_network = 0;
|
||||
ri->enable_interface = 0;
|
||||
ri->running = 0;
|
||||
@ -508,7 +508,7 @@ rip_interface_clean (struct rip_interface *ri)
|
||||
thread_cancel (ri->t_wakeup);
|
||||
ri->t_wakeup = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
rip_interfaces_clean (void)
|
||||
@ -522,7 +522,7 @@ rip_interfaces_clean (void)
|
||||
|
||||
static void
|
||||
rip_interface_reset (struct rip_interface *ri)
|
||||
{
|
||||
{
|
||||
/* Default authentication type is simple password for Cisco
|
||||
compatibility. */
|
||||
ri->auth_type = RIP_NO_AUTH;
|
||||
@ -564,7 +564,7 @@ rip_interface_reset (struct rip_interface *ri)
|
||||
ri->passive = 0;
|
||||
|
||||
rip_interface_clean (ri);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
rip_interfaces_reset (void)
|
||||
|
Loading…
Reference in New Issue
Block a user