Skip to content

Commit bc1a1e4

Browse files
committed
Merge branch 'main' of https://github.com/metal-stack/api into vpn-service
2 parents 22992ae + 2f183a3 commit bc1a1e4

File tree

5 files changed

+71
-48
lines changed

5 files changed

+71
-48
lines changed

doc/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12359,6 +12359,13 @@ <h3 id="metalstack.admin.v2.SwitchServiceUpdateRequest">SwitchServiceUpdateReque
1235912359
<td><p>SwitchOs is the OS running on the switch. </p></td>
1236012360
</tr>
1236112361

12362+
<tr>
12363+
<td>machine_connections</td>
12364+
<td><a href="#metalstack.api.v2.MachineConnection">metalstack.api.v2.MachineConnection</a></td>
12365+
<td>repeated</td>
12366+
<td><p>MachineConnections map machines to the nics they are connected to. </p></td>
12367+
</tr>
12368+
1236212369
</tbody>
1236312370
</table>
1236412371

go/metalstack/admin/v2/switch.pb.go

Lines changed: 40 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/metalstack/admin/v2/switch.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ message SwitchServiceUpdateRequest {
9393
repeated metalstack.api.v2.SwitchNic nics = 9;
9494
// SwitchOs is the OS running on the switch.
9595
optional metalstack.api.v2.SwitchOS os = 10;
96+
// MachineConnections map machines to the nics they are connected to.
97+
repeated metalstack.api.v2.MachineConnection machine_connections = 11;
9698
}
9799

98100
// SwitchServiceUpdateResponse.

0 commit comments

Comments
 (0)