blob: 0fa0ef804dd88c8f4779f546f928cd5dd019624c [file] [log] [blame]
Alexander Afanasyev49272f72014-04-06 21:49:46 -07001nfd
2===
3
hilata6ee6e072014-04-20 17:10:18 -05004Usage
5-----
Alexander Afanasyev49272f72014-04-06 21:49:46 -07006
7::
8
9 nfd [options]
10
11
12Description
13-----------
14
hilata6ee6e072014-04-20 17:10:18 -050015NFD forwarding daemon.
16
17
18Options:
19--------
20
21``--help``
22 Print this help message.
23
24``--modules``
25 List available logging modules
26
27``--config <path/to/nfd.conf>``
28 Specify the path to nfd configuration file (default: ``${SYSCONFDIR}/ndn/nfd.conf``).
29
30Examples
31--------
32
33Start NFD forwarding daemon as super user and use a configuration file from the current
34working directory.
35
Alexander Afanasyev49272f72014-04-06 21:49:46 -070036::
37
hilata6ee6e072014-04-20 17:10:18 -050038 sudo nfd --config nfd.conf