-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update guestinfo on incoming ping
On incoming ping request send updated guest info. Exclude NIC info, since that is already sent on incoming broadcastIP option request. This commit includes the results of `make rekres`. Signed-off-by: Robin Elfrink <[email protected]>
- Loading branch information
1 parent
e8050cd
commit c38bf1b
Showing
4 changed files
with
109 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# syntax = docker/dockerfile-upstream:1.9.0-labs | ||
# syntax = docker/dockerfile-upstream:1.10.0-labs | ||
|
||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | ||
# | ||
# Generated on 2024-07-30T11:32:20Z by kres faf91e3. | ||
# Generated on 2024-10-25T10:04:59Z by kres 6d3cad4. | ||
|
||
ARG TOOLCHAIN | ||
|
||
|
@@ -12,9 +12,9 @@ COPY manifest.yaml / | |
COPY talos-vmtoolsd.yaml /rootfs/usr/local/etc/containers/talos-vmtoolsd.yaml | ||
|
||
# runs markdownlint | ||
FROM docker.io/oven/bun:1.1.20-alpine AS lint-markdown | ||
FROM docker.io/oven/bun:1.1.32-alpine AS lint-markdown | ||
WORKDIR /src | ||
RUN bun i markdownlint-cli@0.41.0 [email protected] | ||
RUN bun i markdownlint-cli@0.42.0 [email protected] | ||
COPY .markdownlint.json . | ||
COPY ./README.md ./README.md | ||
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules node_modules/sentences-per-line/index.js . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters