diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-20 18:12:33 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-04-22 16:36:22 +0300 | 
| commit | 5b219644aeeff43521f0b5e7740a3cc841497955 (patch) | |
| tree | 8155def3b2a260bfeefa521613504fb9a7da234d /mgmtd/mgmt_txn.c | |
| parent | 5c3e95d422d487249ee3c6405ac2cddfa69af394 (diff) | |
mgmtd: add backend xpath map for RPC
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'mgmtd/mgmt_txn.c')
| -rw-r--r-- | mgmtd/mgmt_txn.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/mgmtd/mgmt_txn.c b/mgmtd/mgmt_txn.c index 901163c6e6..75abca1cff 100644 --- a/mgmtd/mgmt_txn.c +++ b/mgmtd/mgmt_txn.c @@ -880,7 +880,9 @@ static int mgmt_txn_create_config_batches(struct mgmt_txn_req *txn_req,  		__dbg("XPATH: %s, Value: '%s'", xpath, value ? value : "NIL"); -		clients = mgmt_be_interested_clients(xpath, true); +		clients = +			mgmt_be_interested_clients(xpath, +						   MGMT_BE_XPATH_SUBSCR_TYPE_CFG);  		chg_clients = 0;  | 
