logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

netopeer2-server - NETCONF server daemon build on libnetconf2 with sysrepo datastore

Authors

       Michal Vasko <mvasko@cesnet.cz>
       Radek Krejci <rkrejci@cesnet.cz>

Description

netopeer2-server is as a full-fledged NETCONF server providing a remote  NETCONF  interface  for  sysrepo
       datastore. It configures itself based on ietf-netconf-server YANG module data in sysrepo.

Name

       netopeer2-server - NETCONF server daemon build on libnetconf2 with sysrepo datastore

Options

-d     Debug mode (do not daemonize and print verbose messages to stderr instead of syslog).

       -h     Display help.

       -V     Show program version.

       -pPATH
              Path to pidfile.

       -fPATH
              Path to netopeer2 server files directory.

       -U[PATH]
              Listen on a local UNIX socket.

       -mMODE
              Set mode for the listening UNIX socket.

       -uUID Set UID/user for the listening UNIX socket.

       -gGID Set GID/group for the listening UNIX socket.

       -tTIMEOUT
              Timeout  in  seconds  of  all  sysrepo  functions  (applying edit-config, reading data, ...), if 0
              (default), the default sysrepo timeouts are used.

       -vLEVEL
              Verbose output LEVEL:
               • 0 - errors
               • 1 - errors and warnings
               • 2 - errors, warnings, and verbose messages

       -cCATEGORY[,CATEGORY...]
              Verbose debug level, print only these debug message categories.  Categories:
               • DICTYANGYINXPATHDIFFMSGLN2DBGSSHSYSREPO

See Also

       https://sysrepo.org (sysrepo home page with basic information about netopeer2-server)
       https://github.com/CESNET/netopeer2 (Netopeer2 Git repository)

Synopsis

netopeer2-server  [-dhV]  [-pPATH]  [-U[PATH]]  [-mMODE] [-uUID] [-gGID] [-tTIMEOUT] [-vLEVEL] [-cCATEGORY]

See Also