Project

General

Profile

Actions

Read and parse configuration file » History » Revision 6

« Previous | Revision 6/9 (diff) | Next »
A K M Mahmudul Hoque, 04/17/2014 05:42 AM


Read and parse configuration file

  1. NLSR takes command line argument "-f configFileName" for configuration file.
    If command line argument is not provided look into current directory for nlsr.conf

  2. If file is not found nlsr exits. Else nlsr reads the configuration file
    one by one line and process. ! or # is treated as comment characters.

  3. All neighbors configured by ndnneighbor is added in AdjacencyList(Adl) with status "inactive"-0

  4. All name to be advertised by ndnname is added in NamePrefixList (Npl)

  5. 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>

Updated by A K M Mahmudul Hoque about 10 years ago · 6 revisions