mgmt: added subscription-based configuration file parser

Modules subscribe to configuration sections they are interested
in by name and provide a callback function. After parsing
the configuration file, ConfigFile will iterate through the
top level tree and invoke all subscribed callbacks for each
section it comes across.

ConfigFile has no concept of the specific tags or structure of the file
other than there being a single root tag (not a specific name) under which
all sections fall.

refs: #1120

Change-Id: Ic06fbdc85a9ac9740d46a6c2457ff5a9bd38e8a5
6 files changed
tree: 81d4cfa65966d95d0ac2f070c59a150af219490e
  1. .waf-tools/
  2. daemon/
  3. tests/
  4. .gitignore
  5. .travis.yml
  6. COPYING
  7. INSTALL.md
  8. README-dev.md
  9. README.md
  10. waf
  11. wscript
README.md

NFD - Named Data Networking Forwarding Daemon