mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 12:37:10 +00:00
ospfd: Fix indentation in ospf_is_type_redistributed
clang-format was not happy. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
5d8c8d0b1d
commit
b259f5af14
@ -766,12 +766,12 @@ int ospf_is_type_redistributed(struct ospf *ospf, int type,
|
||||
ospf->vrf_id)
|
||||
: ((instance
|
||||
&& redist_check_instance(
|
||||
&zclient->mi_redist[AFI_IP][type],
|
||||
instance))
|
||||
&zclient->mi_redist[AFI_IP][type],
|
||||
instance))
|
||||
|| (!instance
|
||||
&& vrf_bitmap_check(
|
||||
zclient->redist[AFI_IP][type],
|
||||
ospf->vrf_id))));
|
||||
zclient->redist[AFI_IP][type],
|
||||
ospf->vrf_id))));
|
||||
}
|
||||
|
||||
int ospf_redistribute_set(struct ospf *ospf, int type, unsigned short instance,
|
||||
|
Loading…
Reference in New Issue
Block a user