Commit 9df57d8f by tarokkk

initial network driver

parent e100e795
#!/usr/bin/env python
class NWDriver:
def __init__():
pass
def ovs_command_execute(self, command):
pass
def nw_create(self, vm):
pass
def nw_delete(self, vm):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment