From: Michael Chang <mch...@suse.com>

Update grub documentation for net_bootp6 command.

Signed-off-by: Michael Chang <mch...@suse.com>
Signed-off-by: Ken Lin <ken....@hpe.com>
Signed-off-by: Robbie Harwood <rharw...@redhat.com>
---
 docs/grub.texi | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/docs/grub.texi b/docs/grub.texi
index ed295dabd2..63646d6996 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -5720,6 +5720,7 @@ Note: The command is not allowed when lockdown is 
enforced (@pxref{Lockdown}).
 * net_add_dns::                 Add a DNS server
 * net_add_route::               Add routing entry
 * net_bootp::                   Perform a bootp/DHCP autoconfiguration
+* net_bootp6::                  Perform a DHCPv6 autoconfiguration
 * net_del_addr::                Remove IP address from interface
 * net_del_dns::                 Remove a DNS server
 * net_del_route::               Remove a route entry
@@ -5845,6 +5846,22 @@ Sets environment variable 
@samp{net_}@var{<card>}@samp{_boot_file}
 
 @end deffn
 
+@node net_bootp6
+@subsection net_bootp6
+
+@deffn Command net_bootp6 [@var{card}]
+Perform configuration of @var{card} using DHCPv6 protocol. If no card name is
+specified, try to configure all existing cards. If configuration was
+successful, interface with name @var{card}@samp{:dhcp6} and configured address
+is added to @var{card}.
+
+@table @samp
+@item 1 (Domain Name Server)
+Adds all servers from option value to the list of servers used during name
+resolution.
+@end table
+
+@end deffn
 
 @node net_get_dhcp_option
 @subsection net_get_dhcp_option
-- 
2.39.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to