Merge pull request #10681 from FRRouting/mergify/bp/dev/8.2/pr-10678

staticd: Fix `make check` failures (backport #10678)
This commit is contained in:
Jafar Al-Gharaibeh 2022-02-28 17:51:50 -06:00 committed by GitHub
commit ca5ec871ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,6 @@
char backup_config_file[256];
bool mpls_enabled;
uint32_t zebra_ecmp_count = MULTIPATH_NUM;
zebra_capabilities_t _caps_p[] = {
};

View File

@ -47,6 +47,7 @@
/* Zebra structure to hold current status. */
struct zclient *zclient;
static struct hash *static_nht_hash;
uint32_t zebra_ecmp_count = MULTIPATH_NUM;
/* Inteface addition message from zebra. */
static int static_ifp_create(struct interface *ifp)