Elia Battiston | 4750d3c | 2022-07-14 13:24:56 +0000 | [diff] [blame] | 1 | <!-- 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> |
Elia Battiston | a133364 | 2022-07-27 12:17:24 +0000 | [diff] [blame^] | 26 | <rule-list> |
| 27 | <name>services</name> |
| 28 | <group>voltha</group> |
| 29 | <rule> |
| 30 | <name>allow-vlans</name> |
| 31 | <module-name>bbf-l2-access-attributes</module-name> |
| 32 | <access-operations>*</access-operations> |
| 33 | <action>permit</action> |
| 34 | </rule> |
| 35 | <rule> |
| 36 | <name>allow-services</name> |
| 37 | <module-name>bbf-nt-service-profile</module-name> |
| 38 | <access-operations>*</access-operations> |
| 39 | <action>permit</action> |
| 40 | </rule> |
| 41 | </rule-list> |
Elia Battiston | 4750d3c | 2022-07-14 13:24:56 +0000 | [diff] [blame] | 42 | </nacm> |