b3ae86a15e81 adds support for FQDN in DHCP_v6 but does not change the
documentation to add the type domain to DHCPv6_Options. This patch adds
domain to the DHCPv6_Options.type section.
Fixes: b3ae86a15e81 ("northd, controller: Add support for DHCPv6 FQDN option")
Assisted-by: Claude Opus 4.6, Claude Code
Signed-off-by: Jacob Tanenbaum <[email protected]>
---
ovn-sb.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/ovn-sb.xml b/ovn-sb.xml
index 4f6e7ccb8..d43588f33 100644
--- a/ovn-sb.xml
+++ b/ovn-sb.xml
@@ -4515,6 +4515,23 @@ tcp.flags = RST;
put_dhcpv6_opts(..., server_id = 01:02:03:04:05:06,...)
</p>
</dd>
+
+ <dt><code>value: domain</code></dt>
+ <dd>
+ <p>
+ This indicates that the value of the DHCPv6 option is a
+ domain name encoded in DNS wire format (RFC 1035), where
+ each label is preceded by its length.
+ </p>
+
+ <p>
+ Example. "name=fqdn", "code=39", "type=domain".
+ </p>
+
+ <p>
+ put_dhcpv6_opts(..., fqdn = host.example.com,...)
+ </p>
+ </dd>
</dl>
</column>
</table>
--
2.55.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev