Skip to content

Commit 35745b6

Browse files
committed
fix(swagger): typo in imds_compat parameter
Replace `imds_comat` with the correct `imds_compat`. Fixes: #5417 Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 52eefd8 commit 35745b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firecracker/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ definitions:
11461146
format: "169.254.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-4]).([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])"
11471147
default: "169.254.169.254"
11481148
description: A valid IPv4 link-local address.
1149-
imds_comat:
1149+
imds_compat:
11501150
type: boolean
11511151
description:
11521152
MMDS operates compatibly with EC2 IMDS (i.e. reponds "text/plain"

0 commit comments

Comments
 (0)