Generate the ip address object path with the use of hash

ipaddress object path have the id for unique identification
of ipaddres and the id would be hash of ipaddress,prefix
and gateway.

This was needed to make sure that there is no duplication
of address object path.

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