Skip to content

Commit

Permalink
Update dhcp lib dependency: (#355)
Browse files Browse the repository at this point in the history
## Description


This version adds the destination peer to logging and adds the message type when release and unknown messages are received.

## Why is this needed
This helps us know if a message was sent broadcast or unicast.



Fixes: #

## 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
  • Loading branch information
mergify[bot] authored Oct 16, 2023
2 parents 3d66642 + 7ff1ca5 commit 99f7f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/packethost/xff v0.0.0-20190305172552-d3e9190c41b3
github.com/peterbourgon/ff/v3 v3.4.0
github.com/prometheus/client_golang v1.17.0
github.com/tinkerbell/dhcp v0.0.0-20231006032357-c2c39815eac9
github.com/tinkerbell/dhcp v0.0.0-20231014004259-cceffaa62c1c
github.com/tinkerbell/ipxedust v0.0.0-20231006181752-2042f6b1aad3
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
go.opentelemetry.io/otel v1.19.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/tinkerbell/dhcp v0.0.0-20231006032357-c2c39815eac9 h1:zSKvgyFKsWOIzZQmPN29t0ehJwbPlsj4CWKNxbSCX/Q=
github.com/tinkerbell/dhcp v0.0.0-20231006032357-c2c39815eac9/go.mod h1:jCYckD61jfJKi6rLptL8i4U4PL3kJ/3J7/gYcSN9J0w=
github.com/tinkerbell/dhcp v0.0.0-20231014004259-cceffaa62c1c h1:a9lHL2tcsjXc7bpsf8ObYYDUlnmlziXFYAeRvp4MY2c=
github.com/tinkerbell/dhcp v0.0.0-20231014004259-cceffaa62c1c/go.mod h1:vJ4Alm0ZpO+RTyFZT27sKHjYEw55V2lodJDX6wrLL3w=
github.com/tinkerbell/ipxedust v0.0.0-20231006181752-2042f6b1aad3 h1:g6Gs2/UxTDBnPTL6jKXCNWRR+BFZYRX84yAiYfZ/1/g=
github.com/tinkerbell/ipxedust v0.0.0-20231006181752-2042f6b1aad3/go.mod h1:hso2K3ctn7aXhQFjpcBAySRQmEzOLp4woqfc6smZGeI=
github.com/tinkerbell/tink v0.9.0 h1:W7X/OEmhyYXE/kPVu1U31fpugVHoc2qsAvBtsZ7mkDg=
Expand Down

0 comments on commit 99f7f30

Please sign in to comment.