mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-17 00:20:07 +00:00
Merge pull request #17704 from anlancs/fix/mgmtd-compile-error
mgmtd: fix compile error
This commit is contained in:
commit
f3b55831b4
@ -83,7 +83,7 @@ static const char *const zebra_oper_xpaths[] = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
#if HAVE_RIPD
|
||||
#ifdef HAVE_RIPD
|
||||
static const char *const ripd_config_xpaths[] = {
|
||||
"/frr-filter:lib",
|
||||
"/frr-interface:lib/interface",
|
||||
@ -104,7 +104,7 @@ static const char *const ripd_rpc_xpaths[] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#if HAVE_RIPNGD
|
||||
#ifdef HAVE_RIPNGD
|
||||
static const char *const ripngd_config_xpaths[] = {
|
||||
"/frr-filter:lib",
|
||||
"/frr-interface:lib/interface",
|
||||
@ -123,7 +123,7 @@ static const char *const ripngd_rpc_xpaths[] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#if HAVE_STATICD
|
||||
#ifdef HAVE_STATICD
|
||||
static const char *const staticd_config_xpaths[] = {
|
||||
"/frr-vrf:lib",
|
||||
"/frr-interface:lib",
|
||||
|
Loading…
Reference in New Issue
Block a user