Project

General

Profile

Actions

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. ";" is treated as comment character.

  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 Ashlesh Gawande over 9 years ago · 9 revisions