mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 05:47:18 +00:00
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:
commit
ca5ec871ea
@ -43,7 +43,6 @@
|
||||
char backup_config_file[256];
|
||||
|
||||
bool mpls_enabled;
|
||||
uint32_t zebra_ecmp_count = MULTIPATH_NUM;
|
||||
|
||||
zebra_capabilities_t _caps_p[] = {
|
||||
};
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user