[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/9] grub.texi: Add net_bootp6 doument
From: |
Keng-Yu Lin |
Subject: |
[PATCH 6/9] grub.texi: Add net_bootp6 doument |
Date: |
Fri, 23 Dec 2016 16:54:09 +0800 |
From: Michael Chang <address@hidden>
Update grub documentation for net_bootp6 command.
Signed-off-by: Michael Chang <address@hidden>
Signed-off-by: Ken Lin <address@hidden>
---
docs/grub.texi | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/docs/grub.texi b/docs/grub.texi
index b9ddb9b..7f7e4f4 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -5184,6 +5184,7 @@ See @uref{http://wiki.xen.org/wiki/XSM} for more detail.
* 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
@@ -5265,6 +5266,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
--
2.7.4
- [PATCH v2 0/9] Add UEFI HTTP Boot support for IPv4 and IPv6, Keng-Yu Lin, 2016/12/23
- [PATCH 1/9] strtoull: Fix behaviour on chars between '9' and 'a'., Keng-Yu Lin, 2016/12/23
- [PATCH 2/9] net: read bracketed ipv6 addrs and port numbers, Keng-Yu Lin, 2016/12/23
- [PATCH 6/9] grub.texi: Add net_bootp6 doument,
Keng-Yu Lin <=
- [PATCH v2 3/9] Add default port in grub_net_app_protocol, Keng-Yu Lin, 2016/12/23
- [PATCH 5/9] efinet: UEFI IPv6 PXE support, Keng-Yu Lin, 2016/12/23
- [PATCH 4/9] bootp: New net_bootp6 command, Keng-Yu Lin, 2016/12/23
- [PATCH 8/9] efinet: Setting network from UEFI device path, Keng-Yu Lin, 2016/12/23
- [PATCH 7/9] bootp: Add processing DHCPACK packet from HTTP Boot, Keng-Yu Lin, 2016/12/23
- [PATCH 9/9] efinet: Setting DNS server from UEFI protocol, Keng-Yu Lin, 2016/12/23