mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 22:26:28 +00:00
Merge pull request #10678 from donaldsharp/staticd_make_check_fix
staticd: Fix `make check` failures
This commit is contained in:
commit
5ff968abbe
@ -43,7 +43,6 @@
|
|||||||
char backup_config_file[256];
|
char backup_config_file[256];
|
||||||
|
|
||||||
bool mpls_enabled;
|
bool mpls_enabled;
|
||||||
uint32_t zebra_ecmp_count = MULTIPATH_NUM;
|
|
||||||
|
|
||||||
zebra_capabilities_t _caps_p[] = {
|
zebra_capabilities_t _caps_p[] = {
|
||||||
};
|
};
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
/* Zebra structure to hold current status. */
|
/* Zebra structure to hold current status. */
|
||||||
struct zclient *zclient;
|
struct zclient *zclient;
|
||||||
static struct hash *static_nht_hash;
|
static struct hash *static_nht_hash;
|
||||||
|
uint32_t zebra_ecmp_count = MULTIPATH_NUM;
|
||||||
|
|
||||||
/* Inteface addition message from zebra. */
|
/* Inteface addition message from zebra. */
|
||||||
static int static_ifp_create(struct interface *ifp)
|
static int static_ifp_create(struct interface *ifp)
|
||||||
|
Loading…
Reference in New Issue
Block a user