dcavalca / rpms / grub2

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