Skip to content

Commit fddbb2d

Browse files
committed
doc: Add documentation for ipv4.dhcp.routes config
1 parent 045eade commit fddbb2d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

doc/.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Diátaxis
6565
Diffie
6666
Distrobuilder
6767
DNS
68+
dnsmasq
6869
DNSSEC
6970
DoS
7071
DRM

doc/reference/network_bridge.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Key | Type | Condition | Defau
7575
`ipv4.dhcp.expiry` | string | IPv4 DHCP | `1h` | When to expire DHCP leases
7676
`ipv4.dhcp.gateway` | string | IPv4 DHCP | IPv4 address | Address of the gateway for the subnet
7777
`ipv4.dhcp.ranges` | string | IPv4 DHCP | all addresses | Comma-separated list of IP ranges to use for DHCP (FIRST-LAST format)
78+
`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)
7879
`ipv4.firewall` | bool | IPv4 address | `true` | Whether to generate filtering firewall rules for this network
7980
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT
8081
`ipv4.nat.address` | string | IPv4 address | - | The source address used for outbound traffic from the bridge

doc/reference/network_ovn.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Key | Type | Condition | Defau
5252
`dns.zone.reverse.ipv6` | string | - | - | DNS zone name for IPv6 reverse DNS records
5353
`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)
5454
`ipv4.dhcp` | bool | IPv4 address | `true` | Whether to allocate addresses using DHCP
55+
`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)
5556
`ipv4.l3only` | bool | IPv4 address | `false` | Whether to enable layer 3 only mode.
5657
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT
5758
`ipv4.nat.address` | string | IPv4 address | - | The source address used for outbound traffic from the network (requires uplink `ovn.ingress_mode=routed`)

0 commit comments

Comments
 (0)