[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/3] Update document for net_bootp6 command
From: |
Michael Chang |
Subject: |
[PATCH 3/3] Update document for net_bootp6 command |
Date: |
Tue, 12 May 2015 16:49:50 +0800 |
Update document for net_bootp6 command
---
docs/grub.texi | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/docs/grub.texi b/docs/grub.texi
index 4af22af..72780e3 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -5110,6 +5110,7 @@ List available video modes. If resolution is given, show
only matching modes.
* net_add_dns:: Add a DNS server
* net_add_route:: Add routing entry
* net_bootp:: Perform a bootp 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
@@ -5189,6 +5190,22 @@ Sets environment variable
@address@hidden<card>address@hidden
@end deffn
address@hidden net_bootp6
address@hidden net_bootp6
+
address@hidden Command net_bootp6 address@hidden
+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 @address@hidden:dhcp6} and configured address
+is added to @var{card}.
+
address@hidden @samp
address@hidden 1 (Domain Name Server)
+Adds all servers from option value to the list of servers used during name
+resolution.
address@hidden table
+
address@hidden deffn
@node net_del_addr
@subsection net_del_addr
--
1.7.3.4
Re: [PATCH v1] Support DHCPv6 and UEFI IPv6 PXE, Andrei Borzenkov, 2015/05/15