mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 16:57:44 +00:00
ospfd: fix checkpatch warnings
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
e5c2d3a82e
commit
b5b3078bec
@ -47,8 +47,6 @@
|
|||||||
|
|
||||||
DEFINE_MTYPE_STATIC(OSPFD, BFD_CONFIG, "BFD configuration data");
|
DEFINE_MTYPE_STATIC(OSPFD, BFD_CONFIG, "BFD configuration data");
|
||||||
|
|
||||||
extern struct zclient *zclient;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ospf_bfd_trigger_event - Neighbor is registered/deregistered with BFD when
|
* ospf_bfd_trigger_event - Neighbor is registered/deregistered with BFD when
|
||||||
* neighbor state is changed to/from 2way.
|
* neighbor state is changed to/from 2way.
|
||||||
|
@ -61,7 +61,7 @@ unsigned long conf_debug_ospf_ti_lfa = 0;
|
|||||||
unsigned long conf_debug_ospf_defaultinfo = 0;
|
unsigned long conf_debug_ospf_defaultinfo = 0;
|
||||||
unsigned long conf_debug_ospf_ldp_sync = 0;
|
unsigned long conf_debug_ospf_ldp_sync = 0;
|
||||||
unsigned long conf_debug_ospf_gr = 0;
|
unsigned long conf_debug_ospf_gr = 0;
|
||||||
unsigned long conf_debug_ospf_bfd = 0;
|
unsigned long conf_debug_ospf_bfd;
|
||||||
|
|
||||||
/* Enable debug option variables -- valid only session. */
|
/* Enable debug option variables -- valid only session. */
|
||||||
unsigned long term_debug_ospf_packet[5] = {0, 0, 0, 0, 0};
|
unsigned long term_debug_ospf_packet[5] = {0, 0, 0, 0, 0};
|
||||||
@ -78,7 +78,7 @@ unsigned long term_debug_ospf_ti_lfa = 0;
|
|||||||
unsigned long term_debug_ospf_defaultinfo;
|
unsigned long term_debug_ospf_defaultinfo;
|
||||||
unsigned long term_debug_ospf_ldp_sync;
|
unsigned long term_debug_ospf_ldp_sync;
|
||||||
unsigned long term_debug_ospf_gr = 0;
|
unsigned long term_debug_ospf_gr = 0;
|
||||||
unsigned long term_debug_ospf_bfd = 0;
|
unsigned long term_debug_ospf_bfd;
|
||||||
|
|
||||||
const char *ospf_redist_string(unsigned int route_type)
|
const char *ospf_redist_string(unsigned int route_type)
|
||||||
{
|
{
|
||||||
|
@ -114,7 +114,7 @@ struct ospf_if_params {
|
|||||||
uint32_t min_tx;
|
uint32_t min_tx;
|
||||||
/** BFD profile. */
|
/** BFD profile. */
|
||||||
char profile[BFD_PROFILE_NAME_LEN];
|
char profile[BFD_PROFILE_NAME_LEN];
|
||||||
} * bfd_config;
|
} *bfd_config;
|
||||||
|
|
||||||
/* MPLS LDP-IGP Sync configuration */
|
/* MPLS LDP-IGP Sync configuration */
|
||||||
struct ldp_sync_info *ldp_sync_info;
|
struct ldp_sync_info *ldp_sync_info;
|
||||||
|
Loading…
Reference in New Issue
Block a user