dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone
8631a2
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8631a2
From: Michael Chang <mchang@suse.com>
8631a2
Date: Tue, 5 May 2015 14:19:24 +0800
8631a2
Subject: [PATCH] grub.texi: Add net_bootp6 doument
8631a2
8631a2
Update grub documentation for net_bootp6 command.
8631a2
8631a2
Signed-off-by: Michael Chang <mchang@suse.com>
8631a2
Signed-off-by: Ken Lin <ken.lin@hpe.com>
8631a2
---
8631a2
 docs/grub.texi | 17 +++++++++++++++++
8631a2
 1 file changed, 17 insertions(+)
8631a2
8631a2
diff --git a/docs/grub.texi b/docs/grub.texi
8631a2
index 2b7b7faf847..c54bee31679 100644
8631a2
--- a/docs/grub.texi
8631a2
+++ b/docs/grub.texi
8631a2
@@ -5303,6 +5303,7 @@ This command is only available on AArch64 systems.
8631a2
 * net_add_dns::                 Add a DNS server
8631a2
 * net_add_route::               Add routing entry
8631a2
 * net_bootp::                   Perform a bootp autoconfiguration
8631a2
+* net_bootp6::                  Perform a DHCPv6 autoconfiguration
8631a2
 * net_del_addr::                Remove IP address from interface
8631a2
 * net_del_dns::                 Remove a DNS server
8631a2
 * net_del_route::               Remove a route entry
8631a2
@@ -5384,6 +5385,22 @@ Sets environment variable @samp{net_}@var{<card>}@samp{_dhcp_extensionspath}
8631a2
 
8631a2
 @end deffn
8631a2
 
8631a2
+@node net_bootp6
8631a2
+@subsection net_bootp6
8631a2
+
8631a2
+@deffn Command net_bootp6 [@var{card}]
8631a2
+Perform configuration of @var{card} using DHCPv6 protocol. If no card name is
8631a2
+specified, try to configure all existing cards. If configuration was
8631a2
+successful, interface with name @var{card}@samp{:dhcp6} and configured address
8631a2
+is added to @var{card}.
8631a2
+
8631a2
+@table @samp
8631a2
+@item 1 (Domain Name Server)
8631a2
+Adds all servers from option value to the list of servers used during name
8631a2
+resolution.
8631a2
+@end table
8631a2
+
8631a2
+@end deffn
8631a2
 
8631a2
 @node net_del_addr
8631a2
 @subsection net_del_addr