File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,18 @@ should be a dict containing the following items:
4444 name (optional).
4545- ` dhcp_start ` First IP of the DHCP range in ` route ` or ` nat ` mode (optional).
4646- ` dhcp_end ` Last IP of the DHCP range in ` route ` or ` nat ` mode (optional).
47+ - ` routes ` Optional list of additionals routes defined as following:
48+ - ` address ` Address of the route, required.
49+ - ` prefix ` Prefix of the route, required.
50+ - ` gateway ` Gateway of the route, required.
51+ - ` metric ` Metric of the route (optional).
52+ - ` ip6 ` IPv6 address of the virtual bridge (optional).
53+ - ` ip6_prefix ` IPv6 prefix of the virtual bridge (optional).
54+ - ` routesv6 ` Optional list of additionals IPv6 routes defined as following:
55+ - ` address ` IPv6 address of the route, required.
56+ - ` prefix ` IPv6 previx of the route, required.
57+ - ` gateway ` gateway of the route, required.
58+ - ` metric ` metric of the route (optional).
4759
4860` libvirt_host_require_vt ` is whether to require that Intel Virtualisation
4961Technology (VT) is enabled in order to run this role. While this provides
You can’t perform that action at this time.
0 commit comments