Define interfaces of the EthernetInterface

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