Implement NetworkManager

Change-Id: Ifa8169d903ecab1575662cfc0f9a1c950d56144f
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
3 files changed
tree: 64a39fca93225da25329ffca82b67a294679eb27
  1. conf/
  2. xyz/
  3. bootstrap.sh
  4. configure.ac
  5. ethernet_interface.cpp
  6. ethernet_interface.hpp
  7. LICENSE
  8. logman.py
  9. Makefile.am
  10. netman.py
  11. netman_watch_dns.c
  12. network_manager.cpp
  13. network_manager.hpp
  14. network_manager_main.cpp
  15. README.md
  16. 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`.