netdev-util: allow finding addresses from dhcp-pd

This commit is contained in:
Linus Heckemann
2025-07-14 13:03:51 +02:00
parent 4d6c0a55e1
commit 94e5d8b0e0
4 changed files with 15 additions and 7 deletions

View File

@@ -1508,7 +1508,7 @@ Ports=eth2</programlisting>
<para>A static local address for tunneled packets. It must be an address on another interface
of this host, or one of the special values <literal>any</literal>,
<literal>ipv4_link_local</literal>, <literal>ipv6_link_local</literal>,
<literal>dhcp4</literal>, <literal>dhcp6</literal>, and <literal>slaac</literal>. If one
<literal>dhcp4</literal>, <literal>dhcp6</literal>, <literal>dhcp_pd</literal>, and <literal>slaac</literal>. If one
of the special values except for <literal>any</literal> is specified, an address which
matches the corresponding type on the underlying interface will be used. Defaults to
<literal>any</literal>.</para>