A few more doc tweaks and the dependency script.

This commit is contained in:
2026-05-12 01:55:11 -04:00
parent 672f02efc6
commit 44cae888d4
4 changed files with 19 additions and 11 deletions
+7 -7
View File
@@ -7,7 +7,7 @@
## Synopsis
```
add_v4_net ${card} ${vlan} ${group} [{isp=abc|no_isp}...]
add_v4_net ${card} ${vlan} ${group}
```
## Description
@@ -49,16 +49,16 @@ IPv6, and VLAN ID. Each can be visually compared to the others.)
## Examples
#### Basic home LAN
`add_net abc2 100 main`
`add_v4_net abc2 100 main`
#### Guest network with no ULA
`add_net xy2 102 guest no_ula`
`add_v4_net xy2 102 guest`
#### IoT network with no ULA and no ISP prefix delegation
`add_net xy2 103 iot no_ula no_isp`
#### IoT network with no ISP association
`add_v4_net xy2 103 iot no_isp`
#### Management network on a different ISP PD
`add_net xy2 402 mgmt isp=fios_1`
#### Management network on a different ISP
`add_v4_net xy2 402 mgmt isp=fios_1`
## See Also
+1 -1
View File
@@ -11,7 +11,7 @@
## Description
Creates a wireguard interface with the specified wireguard interface number
(`${wireguard_number}`), associates that intererface and the specified IPv6
(`${wireguard_number}`), associates that interface and the specified IPv6
prefix (`${ipv6_prefix}`) with a fib of the same number (`${wireguard_number}`).
Internally, this calls [`add_wireguard_interface`](add_wireguard_interface.md) and