You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how picky the tftp clients are, but stashing an id in a filename using a regular char (-) is quite odd for me; I would prefer a more structured way (like a query string).
I think the following regex should be modified to
^(.+)-[[:xdigit:]]{2}-([[:xdigit:]]{32})-([[:xdigit:]]{16})-([[:xdigit:]]{2})$
:https://github.com/tinkerbell/boots-ipxe/blob/e9e36bd85356785cfeaf9e2f340d5a751f5b1708/tftp/tftp.go#L123
I'm also curious, is there a reason for not using a query string alike syntax? for example,
filename?traceparent=xxx
?The text was updated successfully, but these errors were encountered: