From 5ed49985476d023a11045fe074c621e826313dd3014ac96bfe20c39adc9c3658 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 9 May 2026 21:21:22 -0400 Subject: [PATCH] Fix doc format. --- docs/add_v6_net.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/add_v6_net.md b/docs/add_v6_net.md index 905cc3b..9350361 100644 --- a/docs/add_v6_net.md +++ b/docs/add_v6_net.md @@ -7,16 +7,16 @@ ## Synopsis ``` - add_v6_net ${card} ${vlan} ${group} [{no_ula|isp=abc|no_isp}...] []... +add_v6_net ${card} ${vlan} ${group} [{no_ula|isp=abc|no_isp}...] []... ``` ## Description - Adds an internal network segment with the specified vlan on the specified +Adds an internal network segment with the specified vlan on the specified card. The created vlan-adaptor is put into the specified group. It is setup for only IPv6. - The IPv6 network will make `$(( ${vlan}/10 + ${vlan}%10 ))` into hex digits +The IPv6 network will make `$(( ${vlan}/10 + ${vlan}%10 ))` into hex digits to be appended to the ISP's IPv6 prefix. This makes it compatible with the most common case of `/56` for most ISPs. If `no_ula` is specified in the optional arguments, then a ULA for this network segment will not be created. @@ -26,10 +26,10 @@ network will be appended. The `${rc_router_ula_prefix_size}` can be set to `/56` to specify a ULA prefix length of 56. (No other lengths are supported at this time.) - The `isp=...` flag can be used to assign the specified subnet to be part +The `isp=...` flag can be used to assign the specified subnet to be part of the `IA_PD` list for the specified ISP. The `no_isp` flag can be used to 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 +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.