blob: 31fb38485df3a40e4937b91b17135aabd99ad8cf [file] [log] [blame]
Alexander Afanasyev3ecec502014-04-16 13:42:44 -07001NRD (NFD RIB Daemon)
hilata6ee6e072014-04-20 17:10:18 -05002====================
Alexander Afanasyev3ecec502014-04-16 13:42:44 -07003
hilata6ee6e072014-04-20 17:10:18 -05004Usage
5-----
6
7::
8
9 nrd [options]
10
11
12Description
13-----------
14
15NRD is a complementary daemon designed to work in parallel with NFD and to provide
16services for Routing Information Base management and constructing NFD's FIB:
Alexander Afanasyev3ecec502014-04-16 13:42:44 -070017
18* prefix registration from applications;
19* manual prefix registration;
20* prefix registrations from multiple dynamic routing protocols.
21
hilata6ee6e072014-04-20 17:10:18 -050022NRD's runtime settings may be modified via `rib_*` sections in NFD's configuration file.
Alexander Afanasyev3ecec502014-04-16 13:42:44 -070023
hilata6ee6e072014-04-20 17:10:18 -050024Options:
25--------
Alexander Afanasyev3ecec502014-04-16 13:42:44 -070026
hilata6ee6e072014-04-20 17:10:18 -050027``--help``
28 Print this help message.
Alexander Afanasyev3ecec502014-04-16 13:42:44 -070029
hilata6ee6e072014-04-20 17:10:18 -050030``--modules``
31 List available logging modules
Alexander Afanasyev3ecec502014-04-16 13:42:44 -070032
hilata6ee6e072014-04-20 17:10:18 -050033``--config <path/to/nfd.conf>``
34 Specify the path to nfd configuration file (default: ``${SYSCONFDIR}/ndn/nfd.conf``).