Documentation fixes and improvements

This commit is contained in:
2026-05-12 01:43:27 -04:00
parent f402f728e5
commit 672f02efc6
5 changed files with 117 additions and 14 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ rc_router_gen_dir="/tmp/rc-router-gen/"
This variable defines the lower bound of DHCPv4 pools for auto-generated `/24`
networks constructed by [`add_v4_net`](add_v4_net.md) or [`add_net`](add_net.md).
These pools can also be specified per-physical-interface (but not vlan) by using
`dhcpdv4_pool_lo_${iface}`.
`dhcpv4_pool_lo_${iface}`.
### Example
@@ -117,7 +117,7 @@ dhcpv4_pool_lo_xy0="200" # For networks on `xy0`, start the dynamic pool at 200.
This variable defines the upper bound of DHCPv4 pools for auto-generated `/24`
networks constructed by [`add_v4_net`](add_v4_net.md) or [`add_net`](add_net.md).
These pools can also be specified per-physical-interface (but not vlan) by using
`dhcpdv4_pool_hi_${iface}`.
`dhcpv4_pool_hi_${iface}`.
### Example