Skip to content

Commit b484c54

Browse files
committed
Add documentation for IPv6 and network routes
1 parent 610b9d7 commit b484c54

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4961
Technology (VT) is enabled in order to run this role. While this provides

0 commit comments

Comments
 (0)