README.md: add missing options
authorDavid Härdeman <[email protected]>
Wed, 22 Oct 2025 00:54:46 +0000 (02:54 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Thu, 6 Nov 2025 07:24:46 +0000 (08:24 +0100)
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 <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/294
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
README.md

index 5d63cd469dc929344e1da5b40214cdb639db818b..485fc41acc37954b2a73dd14c77b87f243c68adc 100644 (file)
--- 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   |`<local address>`| 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)