Alexander Afanasyev | 49272f7 | 2014-04-06 21:49:46 -0700 | [diff] [blame] | 1 | nfd |
| 2 | === |
| 3 | |
hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 4 | Usage |
| 5 | ----- |
Alexander Afanasyev | 49272f7 | 2014-04-06 21:49:46 -0700 | [diff] [blame] | 6 | |
| 7 | :: |
| 8 | |
| 9 | nfd [options] |
| 10 | |
| 11 | |
| 12 | Description |
| 13 | ----------- |
| 14 | |
hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 15 | NFD forwarding daemon. |
| 16 | |
| 17 | |
| 18 | Options: |
| 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 | |
| 30 | Examples |
| 31 | -------- |
| 32 | |
| 33 | Start NFD forwarding daemon as super user and use a configuration file from the current |
| 34 | working directory. |
| 35 | |
Alexander Afanasyev | 49272f7 | 2014-04-06 21:49:46 -0700 | [diff] [blame] | 36 | :: |
| 37 | |
hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 38 | sudo nfd --config nfd.conf |