mirror of https://github.com/apache/cloudstack.git
Merge pull request #2268 from nuagenetworks/bugfix/CLOUDSTACK-10081
CLOUDSTACK-10081: getDevInfo now returns correct value
This commit is contained in:
commit
ca130488c0
|
|
@ -154,7 +154,7 @@ class networkConfig:
|
|||
|
||||
if networkConfig.isBridgePort(dev):
|
||||
type = "brport"
|
||||
elif networkConfig.isBridge(dev):
|
||||
elif networkConfig.isBridge(dev) or networkConfig.isOvsBridge(dev):
|
||||
type = "bridge"
|
||||
else:
|
||||
type = "dev"
|
||||
|
|
|
|||
Loading…
Reference in New Issue