Actions
Read and parse configuration file » History » Revision 7
« Previous |
Revision 7/9
(diff)
| Next »
A K M Mahmudul Hoque, 04/28/2014 07:59 AM
Read and parse configuration file¶
NLSR takes command line argument "-f configFileName" for configuration file.
If command line argument is not provided look into current directory for nlsr.confIf file is not found nlsr exits. Else nlsr reads the configuration file
one by one line and process. ! or # is treated as comment characters.All neighbors configured by ndnneighbor is added in AdjacencyList(Adl) with status "inactive"-0
All name to be advertised by ndnname is added in NamePrefixList (Npl)
All other configuration parameter is stored in ConfParameter
List of configuration command:¶
- network /network/name
- site-prefix /site/name
- router-name /router/name
- ndnneighbor /neighbor/name connectingFace
- ndnname /name/to/be/advertised
- lsa-refresh-time seconds
- router-dead-interval seconds
- interest-retry <number>
- interest-resend-time seconds
- max-faces-per-prefix <number>
- debug <on/off>
- logdir </directory/for/logging/>
- tunnel-type <udp | tcp>
- hyperbolic-cordinate <radius> <theta>
- root-key-prefix </key/prefix>
Sample Configuration File¶
Updated by A K M Mahmudul Hoque over 10 years ago · 9 revisions