Documentation fixes and improvements
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user