diff options
Diffstat (limited to 'lib/mgmt.proto')
-rw-r--r-- | lib/mgmt.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mgmt.proto b/lib/mgmt.proto index 01a99ab..c953011 100644 --- a/lib/mgmt.proto +++ b/lib/mgmt.proto @@ -79,6 +79,7 @@ message BeSubscribeReq { repeated string config_xpaths = 2; repeated string oper_xpaths = 3; repeated string notif_xpaths = 4; + repeated string rpc_xpaths = 5; } message BeSubscribeReply { |