[Bug]: Misleading RFC 5970 Reference in Boot File URL Comment #10742
Labels
package:networkpkg
priority:low
Little to no impact. No urgency to fix.
state:needs-maintainer-feedback
state:needs-owner
state:needs-triage
type:bug
Something isn't working
Is there an existing issue for this?
Bug Type
Code first?
What packages are impacted?
NetworkPkg
Which targets are impacted by this bug?
No response
Current Behavior
The comment in the boot file URL extraction function suggests that the Boot File URL is limited to a TFTP format (
tftp://[SERVER_ADDRESS]/BOOTFILE_NAME
ortftp://domain_name/BOOTFILE_NAME
). RFC 5970 states that no protocol constraint exists aside from URL formatting and recommends HTTP for downloading boot files, not TFTP. This may mislead developers regarding supported protocols and intended implementations.PxeBcDhcp6.c:417ff
Expected Behavior
Comments should accurately describe that the Boot File URL option does not restrict the download protocol and that HTTP is recommended for network boot loaders.
Steps To Reproduce
Build Environment
Version Information
Urgency
Low
Are you going to fix this?
Someone else needs to fix it
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
A comment could be changed to:
The text was updated successfully, but these errors were encountered: