Skip to content

Commit 12eef33

Browse files
committed
docs: Add documentation for ipv4.dhcp.dns and ipv6.dhcp.dns on bridge and ovn networks
Signed-off-by: Gwendolyn <[email protected]>
1 parent f9253b6 commit 12eef33

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/reference/network_bridge.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Key | Type | Condition | Defau
7474
`ipv4.dhcp` | bool | IPv4 address | `true` | Whether to allocate addresses using DHCP
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
77+
`ipv4.dhcp.dns` | string | IPv4 DHCP | Router IPv4 address | Override the DNS servers announced over DHCP
7778
`ipv4.dhcp.ranges` | string | IPv4 DHCP | all addresses | Comma-separated list of IP ranges to use for DHCP (FIRST-LAST format)
7879
`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)
7980
`ipv4.firewall` | bool | IPv4 address | `true` | Whether to generate filtering firewall rules for this network
@@ -88,6 +89,7 @@ Key | Type | Condition | Defau
8889
`ipv6.dhcp.expiry` | string | IPv6 DHCP | `1h` | When to expire DHCP leases
8990
`ipv6.dhcp.ranges` | string | IPv6 stateful DHCP | all addresses | Comma-separated list of IPv6 ranges to use for DHCP (FIRST-LAST format)
9091
`ipv6.dhcp.stateful` | bool | IPv6 DHCP | `false` | Whether to allocate addresses using DHCP
92+
`ipv6.dhcp.dns` | string | IPv6 DHCP | Router IPv6 address | Override the DNS servers announced over DHCP and RA
9193
`ipv6.firewall` | bool | IPv6 address | `true` | Whether to generate filtering firewall rules for this network
9294
`ipv6.nat` | bool | IPv6 address | `false` (initial value on creation if `ipv6.address` is set to `auto`: `true`) | Whether to NAT
9395
`ipv6.nat.address` | string | IPv6 address | - | The source address used for outbound traffic from the bridge

doc/reference/network_ovn.md

+2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ 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.dns` | string | IPv4 DHCP | Uplink DNS servers | Override the DNS servers announced over DHCP
5556
`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)
5657
`ipv4.l3only` | bool | IPv4 address | `false` | Whether to enable layer 3 only mode.
5758
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT
5859
`ipv4.nat.address` | string | IPv4 address | - | The source address used for outbound traffic from the network (requires uplink `ovn.ingress_mode=routed`)
5960
`ipv6.address` | string | standard mode | - (initial value on creation: `auto`) | IPv6 address for the bridge (use `none` to turn off IPv6 or `auto` to generate a new random unused subnet) (CIDR)
6061
`ipv6.dhcp` | bool | IPv6 address | `true` | Whether to provide additional network configuration over DHCP
6162
`ipv6.dhcp.stateful` | bool | IPv6 DHCP | `false` | Whether to allocate addresses using DHCP
63+
`ipv6.dhcp.dns` | string | IPv6 DHCP | Uplink DNS servers | Override the DNS servers announced over DHCP and RA
6264
`ipv6.l3only` | bool | IPv6 DHCP stateful | `false` | Whether to enable layer 3 only mode.
6365
`ipv6.nat` | bool | IPv6 address | `false` (initial value on creation if `ipv6.address` is set to `auto`: `true`) | Whether to NAT
6466
`ipv6.nat.address` | string | IPv6 address | - | The source address used for outbound traffic from the network (requires uplink `ovn.ingress_mode=routed`)

0 commit comments

Comments
 (0)