More documentation

This commit is contained in:
2026-05-11 14:25:32 -04:00
parent d9e1213e82
commit abfe6fde5e
4 changed files with 81 additions and 3 deletions
+10 -1
View File
@@ -2,7 +2,7 @@
## Name
`add_v6_net`
`add_v6_net`
## Synopsis
@@ -33,3 +33,12 @@ skip provisioning the specified network with any ISP's DHCPv6 `IA_PD` request.
Any desired explicit `/64` static prefixes can be configured on this network
segment, after all other options. The router will provision itself as `...::1`
on those prefixes.
Internally, this will call [`add_vlan`](add_vlan.md), passing it `${card}` and
`${vlan}`.
## See Also
- [`add_net`](add_net.md)
- [`add_v4_net`](add_v4_net.md)
- [`add_vlan`](add_vlan.md)