You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/reference/network_ovn.md
+1
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Key | Type | Condition | Defau
53
53
`dns.zone.reverse.ipv6` | string | - | - | DNS zone name for IPv6 reverse DNS records
54
54
`ipv4.address` | string | standard mode | - (initial value on creation: `auto`) | IPv4 address for the bridge (use `none` to turn off IPv4 or `auto` to generate a new random unused subnet) (CIDR)
55
55
`ipv4.dhcp` | bool | IPv4 address | `true` | Whether to allocate addresses using DHCP
56
+
`ipv4.dhcp.expiry` | string | IPv4 DHCP | `1h` | When to expire DHCP leases
56
57
`ipv4.dhcp.routes` | string | IPv4 DHCP | - | Static routes to provide via DHCP option 121, as a comma-separated list of alternating subnets (CIDR) and gateway addresses (same syntax as dnsmasq and OVN)
57
58
`ipv4.l3only` | bool | IPv4 address | `false` | Whether to enable layer 3 only mode.
58
59
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT
0 commit comments