From: David Härdeman Date: Wed, 22 Oct 2025 00:54:46 +0000 (+0200) Subject: README.md: add missing options X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=af446679d1123ee6dbd871c4163762c73b390c46;p=project%2Fodhcpd.git README.md: add missing options 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 --- 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)