add host bridge
Usage
stack add host bridge {host} [interface=string] [name=string] [network=string]
Description
Add a bridge interface to a given host.
Arguments
-
[host]
Hostname
Parameters
{interface=string}
{name=string}
-
{network=string}
Name of the network on which the physical device to be bridged exists.
Examples
-
stack add host bridge backend-0-0 name=cloudbr0 network=private interface=eth0
This command will create a bridge called “cloudbr0”, and attach it to physical interface eth0 and place it on the private network.
Edited by: Mason J. Katz on Thu Aug 30 11:01:47 2018 -0700
Commit: 0fb49b5