Implement main function

Resolves openbmc/openbmc#1293

Change-Id: I1ba38b0c273538f55dd9d4305541989e72deb839
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
1 file changed
tree: bd3028760da60635e9b1eef36732947f8955e36a
  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`.