Skip to content

Commit

Permalink
Bump dropshot from da09c39 to 0e971f5 (#970)
Browse files Browse the repository at this point in the history
* Bump dropshot from `da09c39` to `0e971f5`

Bumps [dropshot](https://github.com/oxidecomputer/dropshot) from `da09c39` to `0e971f5`.
- [Release notes](https://github.com/oxidecomputer/dropshot/releases)
- [Commits](oxidecomputer/dropshot@da09c39...0e971f5)

---
updated-dependencies:
- dependency-name: dropshot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <[email protected]>
  • Loading branch information
dependabot[bot] and ahl authored May 4, 2022
1 parent 4b32480 commit 39fe39d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions openapi/bootstrap-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
]
},
"Ipv6Net": {
"example": "fd12:3456::/64",
"title": "An IPv6 subnet",
"description": "An IPv6 subnet, including prefix and subnet mask",
"type": "string",
Expand Down
4 changes: 4 additions & 0 deletions openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -5971,20 +5971,23 @@
]
},
"Ipv4Net": {
"example": "192.168.1.0/24",
"title": "An IPv4 subnet",
"description": "An IPv4 subnet, including prefix and subnet mask",
"type": "string",
"pattern": "(^(10\\.(25[0-5]|[1-2][0-4][0-9]|[1-9][0-9]|[0-9]\\.){2}(25[0-5]|[1-2][0-4][0-9]|[1-9][0-9]|[0-9])/(1[0-9]|2[0-8]|[8-9]))$)|(^(172\\.16\\.(25[0-5]|[1-2][0-4][0-9]|[1-9][0-9]|[0-9])\\.(25[0-5]|[1-2][0-4][0-9]|[1-9][0-9]|[0-9])/(1[2-9]|2[0-8]))$)|(^(192\\.168\\.(25[0-5]|[1-2][0-4][0-9]|[1-9][0-9]|[0-9])\\.(25[0-5]|[1-2][0-4][0-9]|[1-9][0-9]|[0-9])/(1[6-9]|2[0-8]))$)",
"maxLength": 18
},
"Ipv6Net": {
"example": "fd12:3456::/64",
"title": "An IPv6 subnet",
"description": "An IPv6 subnet, including prefix and subnet mask",
"type": "string",
"pattern": "^(fd|FD)[0-9a-fA-F]{2}:((([0-9a-fA-F]{1,4}\\:){6}[0-9a-fA-F]{1,4})|(([0-9a-fA-F]{1,4}:){1,6}:))/(6[4-9]|[7-9][0-9]|1[0-1][0-9]|12[0-6])$",
"maxLength": 43
},
"L4PortRange": {
"example": "22",
"title": "A range of IP ports",
"description": "An inclusive-inclusive range of IP ports. The second port may be omitted to represent a single port",
"type": "string",
Expand All @@ -6004,6 +6007,7 @@
]
},
"MacAddr": {
"example": "ff:ff:ff:ff:ff:ff",
"title": "A MAC address",
"description": "A Media Access Control address, in EUI-48 format",
"type": "string",
Expand Down
1 change: 1 addition & 0 deletions openapi/sled-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@
]
},
"MacAddr": {
"example": "ff:ff:ff:ff:ff:ff",
"title": "A MAC address",
"description": "A Media Access Control address, in EUI-48 format",
"type": "string",
Expand Down

0 comments on commit 39fe39d

Please sign in to comment.