blob: f9dad2ef3f727eff50aa39b3c37fc862b321eaeb [file] [log] [blame]
Elia Battiston4750d3c2022-07-14 13:24:56 +00001<!-- ietf-netconf-acm.xml -->
2<nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm">
3 <enable-nacm>true</enable-nacm>
4 <groups>
5 <group>
6 <name>voltha</name>
7 <user-name>voltha</user-name>
8 </group>
9 </groups>
10 <rule-list>
11 <name>devices</name>
12 <group>voltha</group>
13 <rule>
14 <name>allow-devices</name>
15 <module-name>bbf-device-aggregation</module-name>
16 <access-operations>*</access-operations>
17 <action>permit</action>
18 </rule>
19 <rule>
20 <name>allow-hardware</name>
21 <module-name>ietf-hardware</module-name>
22 <access-operations>*</access-operations>
23 <action>permit</action>
24 </rule>
25 </rule-list>
26</nacm>