Skip to content

Commit 0979cbe

Browse files
committed
doc/reference/network_ovn: Add ipv4.dhcp.expiry
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 483216d commit 0979cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/reference/network_ovn.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Key | Type | Condition | Defau
5353
`dns.zone.reverse.ipv6` | string | - | - | DNS zone name for IPv6 reverse DNS records
5454
`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)
5555
`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
5657
`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)
5758
`ipv4.l3only` | bool | IPv4 address | `false` | Whether to enable layer 3 only mode.
5859
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT

0 commit comments

Comments
 (0)