From 0405a490a0bb5dc31bb1ba0d9f2a6dac8e99b9ea1a28726da169477aef100c0f Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 9 May 2026 21:22:10 -0400 Subject: [PATCH] Fix notation error for ULA prefix size. --- docs/add_net.md | 2 +- docs/add_v6_net.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/add_net.md b/docs/add_net.md index ff2d808..3c326e8 100644 --- a/docs/add_net.md +++ b/docs/add_net.md @@ -31,7 +31,7 @@ optional arguments, then a ULA for this network segment will not be created. Otherwise, the `${rc_router_network_name}` variable will be hashed and an ISP-like prefix of `/48` will be created to which the SLA for the specified 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 +`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 diff --git a/docs/add_v6_net.md b/docs/add_v6_net.md index 9350361..f54cedc 100644 --- a/docs/add_v6_net.md +++ b/docs/add_v6_net.md @@ -23,7 +23,7 @@ optional arguments, then a ULA for this network segment will not be created. Otherwise, the `${rc_router_network_name}` variable will be hashed and an ISP-like prefix of `/48` will be created to which the SLA for the specified 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 +`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