[NETCONF-420] Multiple sub-tree filters Created: 12/May/17  Updated: 15/Mar/19  Resolved: 15/May/17

Status: Resolved
Project: netconf
Component/s: netconf
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Lukas Beles Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Issue Links:
Duplicate
duplicates NETCONF-79 Netconf support for multiple filters Confirmed
External issue ID: 8427

 Description   

Hi,

If the client sends the following request:

<rpc id="a" a="64" xmlnx="a:b:c:d" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
<get-config>
<filter type="subtree">
<top xmlns="urn:opendaylight:mdsal:mapping:test">
<modules>
<augmented-container>
<identifier>augmented container</identifier>
</augmented-container>
</modules>
</top>

<top xmlns="urn:opendaylight:mdsal:mapping:test">
<users>
<user>
<company-info>
<dept>3</dept>
</company-info>
</user>
</users>
</top>
</filter>
<source>
<running/>
</source>
</get-config>
</rpc>

The MD-SAL Netconf server returns : Multiple filter roots not supported yet

According the RFC 6241(title 6.1) it should works. There is written : "Conceptually, a subtree filter is comprised of zero or more element subtrees, which represent the filter selection criteria."



 Comments   
Comment by Andrej Mak [ 15/May/17 ]

Hi,
this feature request is already tracked in NETCONF-79. There was also an attempt to implement this, but it hasn't been merged yet.

https://git.opendaylight.org/gerrit/#/c/45722

Generated at Wed Feb 07 20:14:59 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.