Define interfaces of ipaddress object

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