You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve LSDB status and routing table status information
47
+
Retrieve LSDB status and routing table status information.
49
48
50
49
``advertise``
51
-
Add a Name prefix to be advertised by NLSR
50
+
Add a Name prefix to be advertised by NLSR.
52
51
53
52
``advertise <name>``
54
53
55
54
``name``
56
-
The Name prefix to be advertised
55
+
The Name prefix to be advertised.
57
56
58
57
``advertise <name> save``
59
58
60
59
``save``
61
-
Advertise a prefix and also save it to the nlsr.conf file residing in the state-dir for the next start of NLSR that operator may copy and use for the next start of NLSR
60
+
Advertise a prefix and also save it to the nlsr.conf file residing in the state-dir for the next start of NLSR that operator may copy and use for the next start of NLSR.
62
61
63
62
``withdraw``
64
-
Remove a Name prefix advertised through NLSR
63
+
Remove a Name prefix advertised through NLSR.
65
64
66
65
``withdraw <name>``
67
66
68
67
``name``
69
-
The Name prefix to be withdrawn
68
+
The Name prefix to be withdrawn.
70
69
71
70
``withdraw <name> delete``
72
71
73
72
``delete``
74
-
Withdraw a prefix and also delete it from the nlsr.conf file residing in the state-dir
73
+
Withdraw a prefix and also delete it from the nlsr.conf file residing in the state-dir.
75
74
76
75
Notes
77
76
-----
@@ -82,16 +81,19 @@ If default identity is not set as operator, the user will be presented with the
82
81
error message: "Name prefix update error (code: 403)". To remedy this
83
82
issue, use the command ``ndnsec set-default``. Example::
84
83
85
-
ndnsec set-default /ndn/a-site/%C1.Operator/op
84
+
ndnsec set-default /ndn/a-site/%C1.Operator/op
86
85
87
86
Support for adding prefix costs is currently only implemented via readvertisement;
88
87
this functionality will be added in a future release.
0 commit comments