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 (11 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
==Standalone project for netconfd module implementing link-up/link-down alarms==
Dependency: installed netconfd run-time binaries and development shared libraries and headers. Dependency on loaded ietf-alarms SIL and installed libalarmctrl from ../ietf-alarms

Functionality: Generates polls for /interfaces-state/inteface/oper-state and generates alarm when interface present in /interfaces goes down.
===Build and install===
 autoreconf -i -f
 ./configure CFLAGS="-g -O0"  CXXFLAGS="-g -O0" --prefix=/usr
 make
 sudo make install
 #Starting netconfd:
 /usr/sbin/netconfd --module=ietf-interfaces --module=ietf-alarms --module=iana-if-type --module=interfaces-notifications --module=interfaces-alarms