Merge pull request #10678 from donaldsharp/staticd_make_check_fix

staticd: Fix `make check` failures
This commit is contained in:
Jafar Al-Gharaibeh 2022-02-28 09:40:12 -06:00 committed by GitHub
commit 5ff968abbe
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)