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

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