474
474
# bridge for it to respond to reqests properly
475
475
full_ip = '%s/%s' % (network_ref['dhcp_server'],
476
476
network_ref['cidr'].rpartition('/')[2])
479
479
out, err = _execute('ip', 'addr', 'show', 'dev', dev,
480
480
'scope', 'global', run_as_root=True)