From af446679d1123ee6dbd871c4163762c73b390c46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20H=C3=A4rdeman?= Date: Wed, 22 Oct 2025 02:54:46 +0200 Subject: [PATCH] README.md: add missing options MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I did a quick dig through the source, and these are all the options that are supported but which do not have any corresponding documentation. Subsequent patches will go through the options one by one. Signed-off-by: David Härdeman Link: https://github.com/openwrt/odhcpd/pull/294 Signed-off-by: Álvaro Fernández Rojas --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5d63cd4..485fc41 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,14 @@ and may also receive information from ubus | ndp_from_link_local |bool | 1 | Use link-local source addresses for NDP operations (RFC 4861, §4.2 compliance) and macOS compatibility | | prefix_filter |string |`::/0` | Only advertise on-link prefixes within the provided IPv6 prefix; others are filtered out. [IPv6 prefix] | | ntp |list |``| NTP servers to announce accepts IPv4 and IPv6 | +| ra_management |string | - | TBD | +| upstream |list | - | TBD | +| filter_class |string | - | TBD | +| pd_manager |string | - | TBD | +| pd_cer |string | - | TBD | +| ra_advrouter |bool | - | TBD | + +[//]: # "dhcpv6_raw - string - not documented, may change when generic DHCPv4/DHCPv6 options are added" ### Sections of type host (static leases) -- 2.30.2