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_bridge.md
+2
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Key | Type | Condition | Defau
74
74
`ipv4.dhcp` | bool | IPv4 address | `true` | Whether to allocate addresses using DHCP
75
75
`ipv4.dhcp.expiry` | string | IPv4 DHCP | `1h` | When to expire DHCP leases
76
76
`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
77
78
`ipv4.dhcp.ranges` | string | IPv4 DHCP | all addresses | Comma-separated list of IP ranges to use for DHCP (FIRST-LAST format)
78
79
`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)
79
80
`ipv4.firewall` | bool | IPv4 address | `true` | Whether to generate filtering firewall rules for this network
@@ -88,6 +89,7 @@ Key | Type | Condition | Defau
88
89
`ipv6.dhcp.expiry` | string | IPv6 DHCP | `1h` | When to expire DHCP leases
89
90
`ipv6.dhcp.ranges` | string | IPv6 stateful DHCP | all addresses | Comma-separated list of IPv6 ranges to use for DHCP (FIRST-LAST format)
90
91
`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
91
93
`ipv6.firewall` | bool | IPv6 address | `true` | Whether to generate filtering firewall rules for this network
92
94
`ipv6.nat` | bool | IPv6 address | `false` (initial value on creation if `ipv6.address` is set to `auto`: `true`) | Whether to NAT
93
95
`ipv6.nat.address` | string | IPv6 address | - | The source address used for outbound traffic from the bridge
`dns.zone.reverse.ipv6` | string | - | - | DNS zone name for IPv6 reverse DNS records
53
53
`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)
54
54
`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
55
56
`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)
56
57
`ipv4.l3only` | bool | IPv4 address | `false` | Whether to enable layer 3 only mode.
57
58
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT
58
59
`ipv4.nat.address` | string | IPv4 address | - | The source address used for outbound traffic from the network (requires uplink `ovn.ingress_mode=routed`)
59
60
`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)
60
61
`ipv6.dhcp` | bool | IPv6 address | `true` | Whether to provide additional network configuration over DHCP
61
62
`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
62
64
`ipv6.l3only` | bool | IPv6 DHCP stateful | `false` | Whether to enable layer 3 only mode.
63
65
`ipv6.nat` | bool | IPv6 address | `false` (initial value on creation if `ipv6.address` is set to `auto`: `true`) | Whether to NAT
64
66
`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