Vince Lehman | c439d66 | 2015-04-27 10:56:00 -0500 | [diff] [blame^] | 1 | nlsrc |
| 2 | ===== |
| 3 | |
| 4 | Usage |
| 5 | ----- |
| 6 | |
| 7 | :: |
| 8 | |
| 9 | nlsrc [-h] [-V] COMMAND [<Command Options>] |
| 10 | |
| 11 | |
| 12 | Description |
| 13 | ----------- |
| 14 | |
| 15 | ``nlsrc`` is a tool to retrieve link-state database (LSDB) status information from NLSR and |
| 16 | announce/withdraw Name prefixes advertised by NLSR. |
| 17 | |
| 18 | Options |
| 19 | ------- |
| 20 | |
| 21 | ``-h`` |
| 22 | Print usage information |
| 23 | |
| 24 | ``-V`` |
| 25 | Show NLSRC version information |
| 26 | |
| 27 | ``COMMAND`` |
| 28 | |
| 29 | ``status`` |
| 30 | Retrieve LSDB status information |
| 31 | |
| 32 | ``advertise`` |
| 33 | Add a Name prefix to be advertised by NLSR |
| 34 | |
| 35 | ``advertise <name>`` |
| 36 | |
| 37 | ``name`` |
| 38 | The Name prefix to be advertised |
| 39 | |
| 40 | ``withdraw`` |
| 41 | Remove a Name prefix advertised through NLSR |
| 42 | |
| 43 | ``withdraw <name>`` |
| 44 | |
| 45 | ``name`` |
| 46 | The Name prefix to be withdrawn |
| 47 | |
| 48 | Exit Status |
| 49 | ----------- |
| 50 | |
| 51 | nlsrc exits with one of the following values: |
| 52 | :: |
| 53 | |
| 54 | 0 nlsrc exited successfully |
| 55 | >0 An error occurred |