File: README

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 (30 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
==Standalone project for netconfd module implementing ietf-system.yang==
Dependency: installed netconfd run-time binaries and development shared libraries and headers.

===Build and install===
 autoreconf -i -f
 ./configure CFLAGS="-g -O0"  CXXFLAGS="-g -O0" --prefix=/usr
 make
 sudo make install

 sudo netconfd --module=ietf-system

===Functionality===
yangcli vladimir@localhost> xget /arp

rpc-reply {
  data {
    arp {
      dynamic-arps {
        dynamic-arp 31.133.141.143 {
          ip-address 31.133.141.143
          mac-address 4c:66:41:10:9c:62
        }
        dynamic-arp 31.133.128.1 {
          ip-address 31.133.128.1
          mac-address 00:00:5e:00:01:80
        }
      }
    }
  }
}