@@ -35,15 +35,15 @@ should be a dict containing the following items:
3535` libvirt_host_networks ` is a list of networks to define and start. Each item
3636should be a dict containing the following items:
3737- ` name ` The name of the network.
38- - ` mode ` The forwarding mode of the network, ` bridge ` , ` route ` and ` nat ` are
39- supported.
38+ - ` mode ` The forwarding mode of the network, ` bridge ` , ` route ` , ` open ` and ` nat ` are
39+ supported. Leave empty for a isolated network mode.
4040- ` bridge ` The name of the bridge interface for this network.
41- - ` ip ` IP address of the virtual bridge, mandatory for ` route ` and ` nat ` mode.
42- - ` netmask ` Netmask of the virtual bridge, mandatory for ` route ` and ` nat ` mode.
43- - ` domain ` DNS domain name for ` route ` and ` nat ` mode, default to the network
41+ - ` ip ` IP address of the virtual bridge, mandatory for ` route ` , ` open ` and ` nat ` mode.
42+ - ` netmask ` Netmask of the virtual bridge, mandatory for ` route ` , ` open ` and ` nat ` mode.
43+ - ` domain ` DNS domain name for ` route ` , ` open ` and ` nat ` mode, default to the network
4444 name (optional).
45- - ` dhcp_start ` First IP of the DHCP range in ` route ` or ` nat ` mode (optional).
46- - ` dhcp_end ` Last IP of the DHCP range in ` route ` or ` nat ` mode (optional).
45+ - ` dhcp_start ` First IP of the DHCP range in ` route ` , ` open ` or ` nat ` mode (optional).
46+ - ` dhcp_end ` Last IP of the DHCP range in ` route ` , ` open ` or ` nat ` mode (optional).
4747- ` routes ` Optional list of additionals routes defined as following:
4848 - ` address ` Address of the route, required.
4949 - ` prefix ` Prefix of the route, required.
0 commit comments