add ovscontrol to network
This commit is contained in:
parent
bf026d4830
commit
f97e424268
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import json, sys, netifaces
|
||||
from nettools import netcontrol
|
||||
from nettools import netcontrol,ovscontrol
|
||||
|
||||
from log import logger
|
||||
|
||||
|
|
Loading…
Reference in New Issue