blob: a3ed42bf1e91227d24cabea42ced6e9b43fdf228 [file] [log] [blame]
Alexander Afanasyev49272f72014-04-06 21:49:46 -07001nfd
2===
3
Davide Pesavento9f6a7d92020-10-06 15:21:48 -04004Synopsis
5--------
Alexander Afanasyev49272f72014-04-06 21:49:46 -07006
Davide Pesavento9f6a7d92020-10-06 15:21:48 -04007**nfd** [**-h**] [**-V**] [**-c** *file*] [**-m**]
Alexander Afanasyev49272f72014-04-06 21:49:46 -07008
Alexander Afanasyev49272f72014-04-06 21:49:46 -07009Description
10-----------
11
hilata6ee6e072014-04-20 17:10:18 -050012NFD forwarding daemon.
13
Davide Pesavento59769b12017-11-12 23:52:06 -050014Options
15-------
hilata6ee6e072014-04-20 17:10:18 -050016
Davide Pesavento59769b12017-11-12 23:52:06 -050017``-c <path/to/nfd.conf>`` or ``--config <path/to/nfd.conf>``
hilata6ee6e072014-04-20 17:10:18 -050018 Specify the path to nfd configuration file (default: ``${SYSCONFDIR}/ndn/nfd.conf``).
19
Davide Pesavento59769b12017-11-12 23:52:06 -050020``-m`` or ``--modules``
21 List available logging modules.
22
23``-h`` or ``--help``
24 Print help message and exit.
25
26``-V`` or ``--version``
27 Show version information and exit.
28
29Exit status
30-----------
31
320: No error.
33
341: An unspecified error occurred.
35
362: Malformed command line, e.g., invalid, missing, or unknown argument.
37
384: Insufficient privileges.
39
hilata6ee6e072014-04-20 17:10:18 -050040Examples
41--------
42
43Start NFD forwarding daemon as super user and use a configuration file from the current
44working directory.
45
Alexander Afanasyev49272f72014-04-06 21:49:46 -070046::
47
hilata6ee6e072014-04-20 17:10:18 -050048 sudo nfd --config nfd.conf