Implement EthernetInterface

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