grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] grub.texi: Add net_bootp6 document


From: Javier Martinez Canillas
Subject: [PATCH 4/4] grub.texi: Add net_bootp6 document
Date: Thu, 4 Jun 2020 09:38:02 +0200

From: Michael Chang <mchang@suse.com>

Update grub documentation for net_bootp6 command.

Signed-off-by: Michael Chang <mchang@suse.com>
Signed-off-by: Ken Lin <ken.lin@hpe.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
---

 docs/grub.texi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/docs/grub.texi b/docs/grub.texi
index 1ce9993a53f..76e21524de3 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -5425,6 +5425,7 @@ This command is only available on AArch64 systems.
 * 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
@@ -5482,6 +5483,24 @@ command (@pxref{net_dhcp}).
 @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_del_addr
 @subsection net_del_addr
 
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]