mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Merge remote-tracking branch 'origin/4.13'
This commit is contained in:
commit
2394fda0c4
@ -147,7 +147,7 @@ def split_ips_by_family(ips):
|
||||
|
||||
|
||||
def get_bridge_physdev(brname):
|
||||
physdev = execute("bridge -o link show | awk '/master %s / && !/^[0-9]+: vnet/ {print $2}'" % brname)
|
||||
physdev = execute("bridge -o link show | awk '/master %s / && !/^[0-9]+: vnet/ {print $2}' | head -1" % brname)
|
||||
return physdev.strip()
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user