Radek Krejci | ed5acc5 | 2019-04-25 15:57:04 +0200 | [diff] [blame] | 1 | <nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"> |
| 2 | <rule-list> |
| 3 | <name>almighty</name> |
| 4 | <group>almighty</group> |
| 5 | <rule> |
| 6 | <name>almighty</name> |
| 7 | <module-name>*</module-name> |
| 8 | <access-operations>*</access-operations> |
| 9 | <action>permit</action> |
| 10 | </rule> |
| 11 | </rule-list> |
| 12 | <groups> |
| 13 | <group> |
| 14 | <name>almighty</name> |
| 15 | <user-name>smith</user-name> |
| 16 | </group> |
| 17 | </groups> |
| 18 | </nacm> |
| 19 | <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> |
| 20 | <interface> |
| 21 | <name>eth0</name> |
| 22 | <description>Wire Connection</description> |
| 23 | <type xmlns:ift="urn:ietf:params:xml:ns:yang:iana-if-type">ift:ethernetCsmacd</type> |
| 24 | <enabled>true</enabled> |
| 25 | <ipv4 xmlns="urn:ietf:params:xml:ns:yang:ietf-ip"> |
| 26 | <address><ip>192.168.1.15</ip><prefix-length>24</prefix-length></address> |
| 27 | </ipv4> |
| 28 | </interface> |
| 29 | </interfaces> |