blob: b87c0f32bea97ba32c616d61628d6590c402eee8 [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
Alexander Afanasyev49272f72014-04-06 21:49:46 -070011Description
12-----------
13
hilata6ee6e072014-04-20 17:10:18 -050014NFD forwarding daemon.
15
Davide Pesavento59769b12017-11-12 23:52:06 -050016Options
17-------
hilata6ee6e072014-04-20 17:10:18 -050018
Davide Pesavento59769b12017-11-12 23:52:06 -050019``-c <path/to/nfd.conf>`` or ``--config <path/to/nfd.conf>``
hilata6ee6e072014-04-20 17:10:18 -050020 Specify the path to nfd configuration file (default: ``${SYSCONFDIR}/ndn/nfd.conf``).
21
Davide Pesavento59769b12017-11-12 23:52:06 -050022``-m`` or ``--modules``
23 List available logging modules.
24
25``-h`` or ``--help``
26 Print help message and exit.
27
28``-V`` or ``--version``
29 Show version information and exit.
30
31Exit status
32-----------
33
340: No error.
35
361: An unspecified error occurred.
37
382: Malformed command line, e.g., invalid, missing, or unknown argument.
39
404: Insufficient privileges.
41
hilata6ee6e072014-04-20 17:10:18 -050042Examples
43--------
44
45Start NFD forwarding daemon as super user and use a configuration file from the current
46working directory.
47
Alexander Afanasyev49272f72014-04-06 21:49:46 -070048::
49
hilata6ee6e072014-04-20 17:10:18 -050050 sudo nfd --config nfd.conf