Define the create interface for VLAN

Network Manager may implement multiple interface object
Create interface helps in creating specific interface.

Create interface declares the interface for creating
a specific object.

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