mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 09:43:27 +00:00
Merge pull request #15244 from idryzhov/mgmtd-fixes
A couple of mgmtd fixes
This commit is contained in:
commit
c62d77dabe
@ -90,7 +90,7 @@ static const char *const ripngd_config_xpaths[] = {
|
|||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
static const char *const ripngd_oper_xpaths[] = {
|
static const char *const ripngd_oper_xpaths[] = {
|
||||||
"/frr-ripd:ripd",
|
"/frr-ripngd:ripngd",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
@ -2441,6 +2441,10 @@ state:
|
|||||||
|
|
||||||
mgmt_msg_native_free_msg(msg);
|
mgmt_msg_native_free_msg(msg);
|
||||||
|
|
||||||
|
/* Return if we didn't send any messages to backends */
|
||||||
|
if (!get_tree->sent_clients)
|
||||||
|
return txn_get_tree_data_done(txn, txn_req);
|
||||||
|
|
||||||
/* Start timeout timer - pulled out of register event code so we can
|
/* Start timeout timer - pulled out of register event code so we can
|
||||||
* pass a different arg
|
* pass a different arg
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user