File: test.xml

package info (click to toggle)
yuma123 2.14-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,436 kB
  • sloc: ansic: 185,144; cpp: 10,968; python: 7,990; sh: 2,676; makefile: 1,175; xml: 807; exp: 776; perl: 70
file content (16 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<nc:config xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
   <nacm:nacm xmlns:nacm="http://netconfcentral.org/ns/yuma-nacm">
   </nacm:nacm>
   <if:interfaces xmlns:if="http://netconfcentral.org/ns/yuma-interfaces">
      <if:interface>
         <if:name>lo</if:name>
      </if:interface>
      <if:interface>
         <if:name>eth0</if:name>
      </if:interface>
      <if:interface>
         <if:name>virbr0</if:name>
      </if:interface>
   </if:interfaces>
</nc:config>