Project

General

Profile

Actions

Read and parse configuration file » History » Revision 8

« Previous | Revision 8/9 (diff) | Next »
A K M Mahmudul Hoque, 05/05/2014 07:50 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

Configuration File Format

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