Blame SOURCES/0256-grub.texi-Add-net_bootp6-doument.patch

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