Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nil pointer error: #483

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

jacobweinstock
Copy link
Member

@jacobweinstock jacobweinstock commented Jul 17, 2024

Description

When in proxyDHCP mode if AllowNetboot is false Smee would panic because of this log line. This resolves the issue.

Why is this needed

Fixes: #482

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

When in proxyDHCP mode if AllowNetboot is false
Smee would panic because of this log line. This
resolves this issue.

Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock jacobweinstock added the kind/bug Categorizes issue or PR as related to a bug. label Jul 17, 2024
Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69%. Comparing base (d7d33fb) to head (1e13f23).

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #483   +/-   ##
===================================
  Coverage    69%    69%           
===================================
  Files        16     16           
  Lines      1434   1434           
===================================
+ Hits        991    993    +2     
+ Misses      415    414    -1     
+ Partials     28     27    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jacobweinstock jacobweinstock added the ready-to-merge Signal to Mergify to merge the PR. label Jul 17, 2024
@jacobweinstock jacobweinstock merged commit adb2d8a into tinkerbell:main Jul 17, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smee panic in proxy mode
1 participant