Implement the ipaddress origin and gateway property

Resolves openbmc/openbmc#1590

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