From 0fcfe91661733cf457934e48b5f4adecd220d7c5 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 4 Nov 2025 01:16:27 +0100 Subject: [PATCH] readme: document all environment options MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These options were previously undocumented. Document also an OPTION_x example. Signed-off-by: Paul Donald Link: https://github.com/openwrt/odhcp6c/pull/111 Signed-off-by: Álvaro Fernández Rojas --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a12dff7..a99990d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ The script is called with the following parameters: `` `` | Environment | Description | |-----------------------------------|-------------------------------------------------------------------| +| `SERVER` | A space-separated list of upstream IPv6 routers | | `RDNSS` | A space-separated list of recursive DNS servers | | `DOMAINS` | A space-separated list of DNS search domains | | `SNTP_IP` | A space-separated list of SNTP server IP addresses | @@ -72,6 +73,7 @@ The script is called with the following parameters: `` `` | `SIP_IP` | A space-separated list of SIP servers | | `SIP_DOMAIN` | A space-separated list of SIP domains | | `OPTION_` | Custom option received as base-16 | +| | E.g. (Client ID) `OPTION_1` : `000300010badf00dcafe` | | `PREFIXES` | A space-separated list of prefixes currently assigned | | | Format: `/,preferred,valid[,excluded=/][,class=]`| | `ADDRESSES` | A space-separated list of addresses currently assigned | @@ -87,7 +89,9 @@ The script is called with the following parameters: `` `` | `RA_REACHABLE` | ND Reachability time | | `RA_RETRANSMIT` | ND Retransmit time | | `AFTR` | The DS-Lite AFTR domain name | +| `CER` | A space-separated list of CER-id IPv6 | | `MAPE` / `MAPT` / `LW4O6` | Softwire rules for MAPE, MAPT and LW4O6 | +| `PASSTHRU` | The content of the last packet relayed | -- 2.30.2