Define interfaces of NetworkManager

Change-Id: Ia696c382b0b7cbf5980f17e0d64ed4d286db25cb
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
2 files changed
tree: c912dab9397f6d7b71169e14ffbf53f45aae49f1
  1. conf/
  2. bootstrap.sh
  3. configure.ac
  4. ethernet_interface.cpp
  5. ethernet_interface.hpp
  6. LICENSE
  7. logman.py
  8. Makefile.am
  9. netman.py
  10. netman_watch_dns.c
  11. network_manager.hpp
  12. network_manager_main.cpp
  13. README.md
  14. userman.py
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.