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
+1
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ Key | Type | Condition | Defau
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
77
`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)
78
79
`ipv4.firewall` | bool | IPv4 address | `true` | Whether to generate filtering firewall rules for this network
79
80
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT
80
81
`ipv4.nat.address` | string | IPv4 address | - | The source address used for outbound traffic from the bridge
Copy file name to clipboardExpand all lines: doc/reference/network_ovn.md
+1
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ Key | Type | Condition | Defau
52
52
`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.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)
55
56
`ipv4.l3only` | bool | IPv4 address | `false` | Whether to enable layer 3 only mode.
56
57
`ipv4.nat` | bool | IPv4 address | `false` (initial value on creation if `ipv4.address` is set to `auto`: `true`) | Whether to NAT
57
58
`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