summaryrefslogtreecommitdiff
path: root/ironic/common/pxe_utils.py
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-09-03 07:49:57 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2020-09-03 07:49:57 -0700
commit485126e8afd4d98bc37775a308a06b8e5871f33c (patch)
tree2484bb4e88ef9834d1a0fd4ef94dab48fb1d8321 /ironic/common/pxe_utils.py
parent05f47eb3e3beefb3bef3280be64329a31fd584eb (diff)
downloadironic-485126e8afd4d98bc37775a308a06b8e5871f33c.tar.gz
Trivial: fix minor typo on RFC number
Turns out we had the wrong RFC number noted for dhcpv6 options. I'm guessing I accidently hit 8 instead of 9 when typing it out originally. Change-Id: I8c09a060b31bf4710b11565a9e798a67fa0f7cb3
Diffstat (limited to 'ironic/common/pxe_utils.py')
-rw-r--r--ironic/common/pxe_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ironic/common/pxe_utils.py b/ironic/common/pxe_utils.py
index a8e90bb77..9f2ed500c 100644
--- a/ironic/common/pxe_utils.py
+++ b/ironic/common/pxe_utils.py
@@ -42,11 +42,11 @@ PXE_CFG_DIR_NAME = CONF.pxe.pxe_config_subdir
DHCP_CLIENT_ID = '61' # rfc2132
DHCP_TFTP_SERVER_NAME = '66' # rfc2132
DHCP_BOOTFILE_NAME = '67' # rfc2132
-DHCPV6_BOOTFILE_NAME = '59' # rfc5870
+DHCPV6_BOOTFILE_NAME = '59' # rfc5970
# NOTE(TheJulia): adding note for the bootfile parameter
# field as defined by RFC 5870. No practical examples seem
# available. Neither grub2 or ipxe seem to leverage this.
-# DHCPV6_BOOTFILE_PARAMS = '60' # rfc5870
+# DHCPV6_BOOTFILE_PARAMS = '60' # rfc5970
DHCP_TFTP_SERVER_ADDRESS = '150' # rfc5859
DHCP_IPXE_ENCAP_OPTS = '175' # Tentatively Assigned
DHCP_TFTP_PATH_PREFIX = '210' # rfc5071