blob: 1db6cf37afa585d74bab2cebc6682da9fc482ed6 [file] [log] [blame]
Vince Lehmanc439d662015-04-27 10:56:00 -05001nlsrc
2=====
3
4Usage
5-----
6
7::
8
9 nlsrc [-h] [-V] COMMAND [<Command Options>]
10
11
12Description
13-----------
14
15``nlsrc`` is a tool to retrieve link-state database (LSDB) status information from NLSR and
16announce/withdraw Name prefixes advertised by NLSR.
17
18Options
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
48Exit Status
49-----------
50
51nlsrc exits with one of the following values:
52::
53
54 0 nlsrc exited successfully
55 >0 An error occurred